mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user