This commit is contained in:
Nicola
2021-12-11 12:48:12 +01:00
parent a238fb1b47
commit 1bac62be4c
5 changed files with 14 additions and 30 deletions

View File

@ -382,7 +382,7 @@ const LayerList = (() => {
Layer.layerOptions.style.top = "0";
Layer.layerOptions.style.marginTop = "" + (event.clientY - 25) + "px";
getLayerByID(selectedId).selectLayer();
getLayerByID(selectedId).selectLayer(false);
}
}