-
-
Notifications
You must be signed in to change notification settings - Fork 456
Open
Labels
Description
Describe the bug
Unsortable item can be sorted in some cases.
To Reproduce
Steps to reproduce the behavior:
Way one:
- Drag a unsortable item to another unsortable item (no visual effect)
- Both of them can be sorted now
Way Two:
1.A sortable item with index [n], and a unsortable item with index [n+1]
2.Drag the sortable cross the unsortable item (change their index)
3.Repeat step2 (reset their index)
4. The unsortable item can be sorted now
Expected behavior
Make sure unsortable item can't be sorted.
Test Case
Please copy this codepen and create a working test case showing the experienced bug: https://codepen.io/pen/?template=GRoQRxo
Has tested, it exists.
System (please complete the following information):
- OS: win10
- Browser chrome 100.0.4896.60
- Version v0.13.1
Additional context
None