Fix for collapsing nodes with title hidden

This commit is contained in:
space-nuko
2023-05-20 10:53:11 -05:00
parent c16a6b3ed0
commit 877acd2d38
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ console.log("Production build: " + isProduction)
export default defineConfig({ export default defineConfig({
define: { define: {
"__GIT_COMMIT_HASH__": '"asdf"' "__GIT_COMMIT_HASH__": '"test"'
}, },
clearScreen: false, clearScreen: false,
base: "./", base: "./",