From 452551907120bbf071bec2c984417423600ac14c Mon Sep 17 00:00:00 2001 From: unsettledgames <47360416+unsettledgames@users.noreply.github.com> Date: Tue, 20 Jul 2021 22:09:20 +0200 Subject: [PATCH] Fixed LPE loading bug --- js/Startup.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/Startup.js b/js/Startup.js index 82ac38d..df76054 100644 --- a/js/Startup.js +++ b/js/Startup.js @@ -68,6 +68,8 @@ const Startup = (() => { loadFromLPE(fileContent); // Deleting the default layer deleteLayer(false); + // Selecting the new one + layers[1].selectLayer(); } }