mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
removed touchend
This commit is contained in:
parent
8b86b2c91c
commit
dc66889a42
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ export class Editor {
|
||||||
};
|
};
|
||||||
|
|
||||||
map.addEventListener('mouseup', this.onClick);
|
map.addEventListener('mouseup', this.onClick);
|
||||||
|
// map.addEventListener('touchend', this.onClick);
|
||||||
map.addEventListener('dragstart', () => lockMapClicks(true));
|
map.addEventListener('dragstart', () => lockMapClicks(true));
|
||||||
map.addEventListener('dragstop', () => lockMapClicks(false));
|
map.addEventListener('dragstop', () => lockMapClicks(false));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue