From bc7561b72d32066ef85ca6f7fcdade57c63b639e Mon Sep 17 00:00:00 2001 From: pxlvxl Date: Sun, 27 Feb 2022 09:20:08 -0500 Subject: [PATCH] push6 --- js/Startup.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/Startup.js b/js/Startup.js index de7f8ca..f7a7b82 100644 --- a/js/Startup.js +++ b/js/Startup.js @@ -35,9 +35,7 @@ const Startup = (() => { console.trace(); // The palette is empty, at the beginning ColorModule.resetPalette(); - if (lpe && !lpe.colors) { - lpe.colors = ["#000000"]; - } + initLayers(lpe); initPalette();