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:
parent
3b8dbb5151
commit
4525519071
@ -68,6 +68,8 @@ const Startup = (() => {
|
||||
loadFromLPE(fileContent);
|
||||
// Deleting the default layer
|
||||
deleteLayer(false);
|
||||
// Selecting the new one
|
||||
layers[1].selectLayer();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user