fix: console.log 내 snapToGrid 문법 오류 수정
This commit is contained in:
parent
e7cbbe39a6
commit
eb8e5da329
|
|
@ -3612,8 +3612,7 @@ export default function ScreenDesigner({ selectedScreen, onBackToList }: ScreenD
|
|||
|
||||
console.log("🔧 그룹 생성 시작:", {
|
||||
selectedCount: selectedComponents.length,
|
||||
snapToGrid: layout.gridSettings?.
|
||||
gridInfo: currentGridInfo,
|
||||
snapToGrid: true,
|
||||
});
|
||||
|
||||
// 컴포넌트 크기 조정 기반 그룹 크기 계산
|
||||
|
|
|
|||
Loading…
Reference in New Issue