This commit is contained in:
Pax1601
2023-09-03 17:55:58 +02:00
parent 41e2e6fa59
commit 182ce4da42
6 changed files with 7 additions and 9 deletions

View File

@@ -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();