diff --git a/src/components/LiteGraphCanvasSplitterOverlay.vue b/src/components/LiteGraphCanvasSplitterOverlay.vue index 2f25113ae..af27be4cc 100644 --- a/src/components/LiteGraphCanvasSplitterOverlay.vue +++ b/src/components/LiteGraphCanvasSplitterOverlay.vue @@ -2,7 +2,8 @@ useBottomPanelStore().bottomPanelVisible ) +const activeSidebarTabId = computed( + () => useSidebarTabStore().activeSidebarTabId +)