clauderic / dnd-kit

The modern, lightweight, performant, accessible and extensible drag & drop toolkit for React.
http://dndkit.com
MIT License
12.98k stars 643 forks source link

fixed disable dragging and dropping action #1485

Open truongle2004 opened 2 months ago

truongle2004 commented 2 months ago

How can I disable action drag and drop when open to other models such as dialog?

https://github.com/user-attachments/assets/a0914aaa-1aa4-4cae-b355-5cc6b382b90a

truongle2004 commented 2 months ago

I fixed this problem by adding an attribute disabled of SortableContext image