Skip to content

Commit d6eade6

Browse files
committed
Check value of ref
1 parent 6eb478d commit d6eade6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LiteGraphCanvasSplitterOverlay.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const showOffsideSplitter = computed(
164164
)
165165
166166
const sidebarPanelVisible = computed(
167-
() => activeSidebarTab.value !== null && !isBuilderMode
167+
() => activeSidebarTab.value !== null && !isBuilderMode.value
168168
)
169169
170170
const sidebarStateKey = computed(() => {

0 commit comments

Comments
 (0)