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
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
To recreate:
Open a select multiple with sortable = true;
Select many items.
Drag one items across all of the other items quickly.
Drop your item in a location such that the tag is put in its original location.
dropping, dropping-before and dropping-after classes will remain on other tags even though dropping in no longer happening
The text was updated successfully, but these errors were encountered:
I couldn't find a reasonable solution for this bug. Also there are some major bugs with sorting, like item is not moved on drop or moved into a wrong place (IMHO implementation is very poor), so I've rewritten uiSelectSort directive completely. I can create PR if anyone is interested.
To recreate:
Open a select multiple with sortable = true;
Select many items.
Drag one items across all of the other items quickly.
Drop your item in a location such that the tag is put in its original location.
dropping, dropping-before and dropping-after classes will remain on other tags even though dropping in no longer happening
The text was updated successfully, but these errors were encountered: