Commit 6321aff0 authored by Joel Martin's avatar Joel Martin

stop routine stops mouseMove events too.

parent 9e5065ab
......@@ -101,6 +101,7 @@ stop: function () {
document.removeEvents('keyup');
c.removeEvents('mousedown');
c.removeEvents('mouseup');
c.removeEvents('mousemove');
/* Work around right and middle click browser behaviors */
document.removeEvents('click');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment