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 want to use the library in an UI where z-index is used dragging will not work. By adding a z-index value to the css in beginDraggingPiece the issue is fixed. I added 'z-index': 9999 to my JS file and the issue was fixed.