thisbeyond / solid-dnd

A lightweight, performant, extensible drag and drop toolkit for Solid JS.
https://solid-dnd.com
MIT License
505 stars 35 forks source link

Conditionally Prevent Drag #87

Closed asgharh24 closed 1 year ago

asgharh24 commented 1 year ago

First of all, Thanks for this great work. Trying to migrate a complicated react app to Solid and without DND it wouldn't be possible.

My question Is that is it possible to conditionally prevent drag from happening. Coming from react-dnd It has a canDrag option. Is there something similar we can use?

asgharh24 commented 1 year ago

Hmmm there seems to be a question similar to this about dynamically disabling sort. Have gotten my use case to work as well. :-) Will close this issue. Thanks