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
Hello,
I'm keeping a few blocks fixed in position, so that calling layout() or adding/removing elements does not move them, while others shifts around.
It works correctly with the stamp method.
Adding Draggabilly break this behavior by overlapping.
Steps to reproduce:
init Packery and Draggabilly as outlined in the instructions
stamp a Packery element so that it's fixed in position
Hello,
I'm keeping a few blocks fixed in position, so that calling layout() or adding/removing elements does not move them, while others shifts around.
It works correctly with the stamp method.
Adding Draggabilly break this behavior by overlapping.
Steps to reproduce:
Test case: https://codepen.io/anon/pen/arLByQ
(Only added stamping ability to the original demo: https://codepen.io/desandro/pen/aGvIq)
I understand there's no collision detection inside draggabilly, but this seems more a Packery related issue to me.
Thanks
Edit: The same problem happens with jquery draggable
The text was updated successfully, but these errors were encountered: