Maybe I am not understanding this correctly, but shouldn't the draggable.isDragging value be false immediately after the DragEnd event?
According to the documentation: "Whether the layer is currently being dragged (returns false when animating). (Read-only)"
Which leads to expect that if I print that value on DragEnd, it would return false, but it returns true.
5 Comments