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