I have a Sortable component that generates a grid within each item, however this has been preventing any grid buttons from firing their onClick event.
Here's an example: https://stackblitz.com/edit/react-4fwts6?file=app/main.jsx
Clicking on a row item will block the following click on a button inside the grid, but not a button outside of the grid.
Is there a workaround or something I'm doing wrong?