Skip to content
Snippets Groups Projects
Commit 1d860acc authored by syuilo's avatar syuilo
Browse files

[Client] Fix bug

parent f5d2a07f
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@
}
};
up = e => {
const up = e => {
document.documentElement.removeEventListener('mousemove', move);
document.documentElement.removeEventListener('mouseup', up);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment