jskim-node #421

Merged
kjs merged 33 commits from jskim-node into main 2026-03-18 17:43:51 +09:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit f36638e53e - Show all commits

View File

@ -2547,7 +2547,7 @@ export const SplitPanelLayoutComponent: React.FC<SplitPanelLayoutComponentProps>
return;
}
if (onUpdateComponent) {
if (isDesignMode && onUpdateComponent) {
// 디자인 모드: config에 영구 저장
const rightPanel = componentConfig.rightPanel || {};
if (source === "main") {
@ -2633,6 +2633,7 @@ export const SplitPanelLayoutComponent: React.FC<SplitPanelLayoutComponentProps>
componentConfig,
component,
onUpdateComponent,
isDesignMode,
handleRightColumnDragEnd,
setRuntimeColumnOrder,
],