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
If you right click on the element with Kinetic bound to and then click onto another window whilst the context menu is open and then left click back onto the element you will find that the plugin acts as though you are still holding down the mouse button. This means that instead of dragging to move the element you can move it freely by just moving the mouse.
My guess is that when you right click and then click onto another window it thinks the event never ended so when you focus again and try to interact the previous event is still lingering...
The only way to fix it (so far), is to prevent right click:
If you right click on the element with Kinetic bound to and then click onto another window whilst the context menu is open and then left click back onto the element you will find that the plugin acts as though you are still holding down the mouse button. This means that instead of dragging to move the element you can move it freely by just moving the mouse.
My guess is that when you right click and then click onto another window it thinks the event never ended so when you focus again and try to interact the previous event is still lingering...
The only way to fix it (so far), is to prevent right click:
The text was updated successfully, but these errors were encountered: