disableDrag on individual GridItems
bmcmahen opened this issue · 4 comments
bmcmahen commented
disableDrag on individual GridItems
euglevit commented
Still an issue. I can create a PR if given permission
KPP-Pavel commented
Hello, you can use onMouseDown = {(e) => e.stopPropagation ()} on the GridItem or some element inside it to prevent the event.
julianotuto commented
and mobile?
gabriel1larocca commented
On mobile you can use onTouchMove={(e) => e.stopPropagation()}