chrisbateman / impetus

Agnostic utility for adding momentum to anything. It's like iScroll, except not for scrolling. Supports mouse and touch events.
chrisbateman.github.io/impetus
MIT License
487 stars 70 forks source link

Do not cancel mousemove event #48

Open anhnhoktvn opened 5 years ago

anhnhoktvn commented 5 years ago

When impetus apply for a container which have some input children nodes, canceling mousemove event make the selecting text (mousedown and mousemove event happen) in the children nodes not broken. I make a fix here #49 Related issue: https://github.com/dy/pan-zoom/issues/16