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