mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +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('touchend', this.onClick);
|
||||
map.addEventListener('dragstart', () => lockMapClicks(true));
|
||||
map.addEventListener('dragstop', () => lockMapClicks(false));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue