mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Hotfix
This commit is contained in:
parent
41e2e6fa59
commit
182ce4da42
4
client/package-lock.json
generated
4
client/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "DCSOlympus",
|
||||
"version": "v0.4.3-alpha",
|
||||
"version": "v0.4.4-alpha",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "DCSOlympus",
|
||||
"version": "v0.4.3-alpha",
|
||||
"version": "v0.4.4-alpha",
|
||||
"dependencies": {
|
||||
"cookie-parser": "~1.4.4",
|
||||
"debug": "~2.6.9",
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
left: 10px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
z-index: 9999;
|
||||
z-index: 99999;
|
||||
column-gap: 10px;
|
||||
}
|
||||
|
||||
|
||||
@ -4,8 +4,6 @@
|
||||
@import url("atc/atc.css");
|
||||
@import url("atc/unitdatatable.css");
|
||||
|
||||
@import url("aic/aic.css");
|
||||
|
||||
@import url("panels/connectionstatus.css");
|
||||
@import url("panels/serverstatus.css");
|
||||
@import url("panels/mouseinfo.css");
|
||||
|
||||
@ -200,7 +200,7 @@ form>div {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.ol-select-options.scrollbar-visible {
|
||||
@ -218,7 +218,7 @@ form>div {
|
||||
overflow: visible;
|
||||
overflow-y: auto;
|
||||
translate: 0px 5px;
|
||||
z-index: 9999;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.ol-select.is-open[data-position="top"]>.ol-select-options {
|
||||
|
||||
@ -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();
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
local version = "v0.4.4-alpha"
|
||||
|
||||
local debug = true
|
||||
local debug = false
|
||||
|
||||
Olympus.OlympusDLL = nil
|
||||
Olympus.DLLsloaded = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user