This commit is contained in:
pxlvxl
2022-02-27 09:44:16 -05:00
parent bc7561b72d
commit 5f09ceddcf
3 changed files with 29 additions and 12 deletions

View File

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