mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed LPE loading bug
This commit is contained in:
@@ -68,6 +68,8 @@ const Startup = (() => {
|
|||||||
loadFromLPE(fileContent);
|
loadFromLPE(fileContent);
|
||||||
// Deleting the default layer
|
// Deleting the default layer
|
||||||
deleteLayer(false);
|
deleteLayer(false);
|
||||||
|
// Selecting the new one
|
||||||
|
layers[1].selectLayer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user