fix: console.log 내 snapToGrid 문법 오류 수정

This commit is contained in:
kjs 2025-11-10 14:51:36 +09:00
parent e7cbbe39a6
commit eb8e5da329
1 changed files with 1 additions and 2 deletions

View File

@ -3612,8 +3612,7 @@ export default function ScreenDesigner({ selectedScreen, onBackToList }: ScreenD
console.log("🔧 그룹 생성 시작:", {
selectedCount: selectedComponents.length,
snapToGrid: layout.gridSettings?.
gridInfo: currentGridInfo,
snapToGrid: true,
});
// 컴포넌트 크기 조정 기반 그룹 크기 계산