jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)
http://jakiestfu.github.io/Snap.js/
5.99k stars 666 forks source link

Demo breaks if you move over the sidebar #282

Open appsforartists opened 7 years ago

appsforartists commented 7 years ago

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.