dnd-kit
dnd-kit copied to clipboard
How to "freeze" items so that they always remain in the same location in vertical sortable lists?
For example, if item 5
was frozen
, and 4
was dragged below 6
, the result of before and after would look like this:
Before:
After:
If there isn't a way to do this with the native API, which part of the source should I look into changing to accomplish this?