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
Is it possible to change the drag icon from that dotted rectangle to another icon?
Sometimes, I'd like to have a visual indicator that a specific item it not draggable. I don't want to disable the drag-n-drop completely for that item, I just want to add a visual indication that it's "not-allowed" (circle+diagonal bar), and return false upon onMove event instead.
I tried setting evt.originalEvent.dataTransfer.effectAllowed = 'none'; but it has no effect.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to change the drag icon from that dotted rectangle to another icon?
Sometimes, I'd like to have a visual indicator that a specific item it not draggable. I don't want to disable the drag-n-drop completely for that item, I just want to add a visual indication that it's "not-allowed" (circle+diagonal bar), and return false upon onMove event instead.
I tried setting evt.originalEvent.dataTransfer.effectAllowed = 'none'; but it has no effect.
Any help will be appreciated.
Norm
Beta Was this translation helpful? Give feedback.
All reactions