You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://jsbin.com/nuhawaz/edit?html,output
If you have elements within the repeated template, dropping on the inner element will sort by the inner element's index relative to its parent which is not the expected sorting.
In the jsbin if you drag the Item 3 and release with the mouse over the "Drop on me will goto index 2" in the index 0 row and observe that Item 3 is now on index 2 not index 0.
The text was updated successfully, but these errors were encountered:
https://jsbin.com/nuhawaz/edit?html,output
If you have elements within the repeated template, dropping on the inner element will sort by the inner element's index relative to its parent which is not the expected sorting.
In the jsbin if you drag the Item 3 and release with the mouse over the "Drop on me will goto index 2" in the index 0 row and observe that Item 3 is now on index 2 not index 0.
The text was updated successfully, but these errors were encountered: