mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 21:03:09 +02:00
[Client] Fix bug
This commit is contained in:
parent
f5d2a07ffa
commit
1d860acc06
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@
|
|||
}
|
||||
};
|
||||
|
||||
up = e => {
|
||||
const up = e => {
|
||||
document.documentElement.removeEventListener('mousemove', move);
|
||||
document.documentElement.removeEventListener('mouseup', up);
|
||||
|
||||
|
|
Loading…
Reference in a new issue