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
Using the latest Draggabilly and Packery and able to set up drag but no event dragItemPositioned called on drag end, drag doesnt seem to finish / register that the layout is now changed. layoutComplete event still works but not dragItemPositioned.
The text was updated successfully, but these errors were encountered:
It was my issue: my items had css transtion set which was fighting the Draggie package, BUUUUT on seting the css transition to unset or none it would break, however setting to 0s made it work fine again... not ideal but hey
Using the latest Draggabilly and Packery and able to set up drag but no event dragItemPositioned called on drag end, drag doesnt seem to finish / register that the layout is now changed. layoutComplete event still works but not dragItemPositioned.
The text was updated successfully, but these errors were encountered: