From 877acd2d382699619bacc3f6c3ff9155993b3acd Mon Sep 17 00:00:00 2001 From: space-nuko <24979496+space-nuko@users.noreply.github.com> Date: Sat, 20 May 2023 10:53:11 -0500 Subject: [PATCH] Fix for collapsing nodes with title hidden --- litegraph | 2 +- vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litegraph b/litegraph index e326ab3..cd4f68e 160000 --- a/litegraph +++ b/litegraph @@ -1 +1 @@ -Subproject commit e326ab331e39b4c4c43f3f10666e384781776e3f +Subproject commit cd4f68ef42c52e7337009eec81f5e539de8999ad diff --git a/vite.config.ts b/vite.config.ts index 8ace9de..b448841 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -12,7 +12,7 @@ console.log("Production build: " + isProduction) export default defineConfig({ define: { - "__GIT_COMMIT_HASH__": '"asdf"' + "__GIT_COMMIT_HASH__": '"test"' }, clearScreen: false, base: "./",