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
On the default demo, if I start dragging the hamburger menu and move my pointer over the sidebar, the drag breaks. I'm guessing you're listening to mousemove on the wrong element or forgot to capture the pointer if you're using pointer events.
Incidentally, the drag element demo doesn't seem to have the same problem.
The text was updated successfully, but these errors were encountered:
On the default demo, if I start dragging the hamburger menu and move my pointer over the sidebar, the drag breaks. I'm guessing you're listening to
mousemove
on the wrong element or forgot to capture the pointer if you're using pointer events.Incidentally, the drag element demo doesn't seem to have the same problem.
The text was updated successfully, but these errors were encountered: