You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to update the cursor for my Draggable Items to be grab and then grabbing while dragging, but it wasn't working. In doing some digging, I've found that adding pointer-events: none disables the use cursor (yay CSS 🙄).
I definitely understand the reasoning behind setting pointer-events: none, but I wonder if there'd be way to set it on the underlying child of DraggableItem instead of that <div/> itself, so you could still set the cursor prop of the div? 🤔
There may not be an easy/workable fix here, but I figured I'd file it anyway just to see if you had any ideas. Thanks!
The text was updated successfully, but these errors were encountered:
Yeah, I remember I had fun times with exactly this issue. TBH I don't remember what I ended up with, most likely just stopped wasting time on this and moved on to something else. Let's keep it opened, I will look into this sometime.
I wanted to update the
cursor
for my Draggable Items to begrab
and thengrabbing
while dragging, but it wasn't working. In doing some digging, I've found that addingpointer-events: none
disables the usecursor
(yay CSS 🙄).I definitely understand the reasoning behind setting
pointer-events: none
, but I wonder if there'd be way to set it on the underlying child of DraggableItem instead of that<div/>
itself, so you could still set the cursor prop of the div? 🤔There may not be an easy/workable fix here, but I figured I'd file it anyway just to see if you had any ideas. Thanks!
The text was updated successfully, but these errors were encountered: