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
I need API to force stop any kind of transforms and fire onDragEnd like it was initiated by user.
In my case container for Moveable located next to iframe and then mouse leaves container no more events fired until mouse back to container. Whilst Moveable kept in dragging state. Snappable with bounds works the same way.
My previous approach was to handle mouseLeave event on container and fire dragEnd on MoveableManager and ables.
With latest version It still works, but exception occurs from Gesto subscriptions probably because something left in intermediate state.
Environments
Description
I need API to force stop any kind of transforms and fire onDragEnd like it was initiated by user.
In my case container for Moveable located next to iframe and then mouse leaves container no more events fired until mouse back to container. Whilst Moveable kept in dragging state. Snappable with bounds works the same way.
My previous approach was to handle mouseLeave event on container and fire dragEnd on MoveableManager and ables.
With latest version It still works, but exception occurs from Gesto subscriptions probably because something left in intermediate state.
related #648
The text was updated successfully, but these errors were encountered: