Skip to content
Snippets Groups Projects
Commit 05f550a1 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix typo

parent 03326065
Branches
Tags
No related merge requests found
......@@ -60,7 +60,7 @@ class Stage extends React.Component {
document.removeEventListener('mousemove', this.onMouseMove);
document.removeEventListener('mouseup', this.onMouseUp);
document.removeEventListener('touchmove', this.onMouseMove);
document.removeEventListener('touchend', this.onMouseEnd);
document.removeEventListener('touchend', this.onMouseUp);
canvas.removeEventListener('mousedown', this.onMouseDown);
canvas.removeEventListener('touchstart', this.onMouseDown);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment