Compare commits

...

1 Commits

Author SHA1 Message Date
dante01yoon
076a6d95f1 fix: include focusMode in splitter refresh key to prevent panel resize 2026-04-16 10:57:53 +09:00

View File

@@ -264,7 +264,7 @@ function normalizeSavedSizes() {
* to recalculate the width and panel order
*/
const splitterRefreshKey = computed(() => {
return `main-splitter${rightSidePanelVisible.value ? '-with-right-panel' : ''}${isSelectMode.value ? '-builder' : ''}-${sidebarLocation.value}`
return `main-splitter${rightSidePanelVisible.value ? '-with-right-panel' : ''}${isSelectMode.value ? '-builder' : ''}-${sidebarLocation.value}${focusMode.value ? '-focus' : ''}`
})
const firstPanelStyle = computed(() => {