mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
[Client] Fix bug
This commit is contained in:
parent
f5d2a07ffa
commit
1d860acc06
@ -357,7 +357,7 @@
|
||||
}
|
||||
};
|
||||
|
||||
up = e => {
|
||||
const up = e => {
|
||||
document.documentElement.removeEventListener('mousemove', move);
|
||||
document.documentElement.removeEventListener('mouseup', up);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user