mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-08 14:46:57 +00: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…
Add table
Reference in a new issue