Open nickl- opened 3 years ago
Packery misbehaves when another draggable element is moved which is not the bound element.
See codepen for example and attempt to drag the text "Drag me".
This fixes the bug by checking to ensure that the element bound is actually the element triggering the event.
Added distribution
Packery misbehaves when another draggable element is moved which is not the bound element.
See codepen for example and attempt to drag the text "Drag me".
This fixes the bug by checking to ensure that the element bound is actually the element triggering the event.