Alexander Duvalin
Alexander Duvalin
+1. FF latest. Setting simulateTouch to false does not help.
If you are using web implementation, it's just return the source.
It is true, if you are running in debug/browser. Try it on device.
Hmm, then it might be a bug...
Maybe later. I'm thinking to use it in my app. But I also need more generic cache mechanism.
+1 The workaround is to perform layout in dragItemPositioned event if order was not changed, for example: ``` container.on('dragItemPositioned', function() { if (!orderChanged()) { setTimeout(function() { container.packery('layout'); }, 16); return;...
Using this in addition solves the problem, but I would like some standard solution https://github.com/desandro/draggabilly/issues/177
+1. Still actual in v3.