This commit is contained in:
parent
12d4d2a8b1
commit
f36638e53e
|
|
@ -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,
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue