mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
push6
This commit is contained in:
parent
fedca8f95e
commit
bc7561b72d
@ -35,9 +35,7 @@ const Startup = (() => {
|
|||||||
console.trace();
|
console.trace();
|
||||||
// The palette is empty, at the beginning
|
// The palette is empty, at the beginning
|
||||||
ColorModule.resetPalette();
|
ColorModule.resetPalette();
|
||||||
if (lpe && !lpe.colors) {
|
|
||||||
lpe.colors = ["#000000"];
|
|
||||||
}
|
|
||||||
initLayers(lpe);
|
initLayers(lpe);
|
||||||
initPalette();
|
initPalette();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user