mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
push7
This commit is contained in:
@ -246,6 +246,10 @@ class Layer {
|
||||
this.menuEntry.classList.add("selected-layer");
|
||||
currFile.currentLayer = this;
|
||||
|
||||
if(currFile.VFXLayer) { // only refresh z after init
|
||||
LayerList.refreshZ();
|
||||
}
|
||||
|
||||
if(FileManager.cacheEnabled)FileManager.localStorageSave();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user