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 I mousedown on the horizontal or vertical draggables and move the mouse off the box then mouseup, the draggable behaves as though I still have mousedown until I mouseup on the box itself. Probably not desired behavior. Perhaps putting an event listener on the body for mouseups after the mousedown would be a fix? Can't wait until I actually know react and can PR for you...