From d0006899ece7c93a522d8fcb60932b553c338aac Mon Sep 17 00:00:00 2001 From: An Orbit <68935009+orbit-loona@users.noreply.github.com> Date: Mon, 25 Dec 2023 08:10:51 -0500 Subject: [PATCH] add loading indicator value at end --- mods/code_library.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/code_library.js b/mods/code_library.js index 6035ca3a..08f3226f 100644 --- a/mods/code_library.js +++ b/mods/code_library.js @@ -1748,3 +1748,5 @@ } }*/ } + +libraryLoaded = true;