mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Hotfix
This commit is contained in:
@@ -562,7 +562,7 @@ export class Map extends L.Map {
|
||||
}
|
||||
|
||||
this.#longPressTimer = window.setTimeout(() => {
|
||||
if (e.originalEvent.button != 2)
|
||||
if (e.originalEvent.button != 2 || e.originalEvent.ctrlKey)
|
||||
return;
|
||||
|
||||
this.hideMapContextMenu();
|
||||
|
||||
Reference in New Issue
Block a user