Replies: 1 comment 6 replies
-
@TianboZ Did you ever manage to achieve this? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ask-dnd-kit.mp4
when i drag over item 2 and move it up, it squeezes item 1 to the position of item 2. How can I get a fixed item that its position can't be squeezed away when dragging the item over it? i tried to set
disabled
withuseSortable
, but it does not help. I found a trick to do this, see below image, but not sure if there is better way.Beta Was this translation helpful? Give feedback.
All reactions