fix: 마지막 snapToGrid 문법 오류 수정

This commit is contained in:
kjs
2025-11-10 14:51:01 +09:00
parent 8f41cf7919
commit e7cbbe39a6

View File

@@ -2318,7 +2318,7 @@ export default function ScreenDesigner({ selectedScreen, onBackToList }: ScreenD
}
: null,
defaultWidth: defaultWidth.toFixed(2),
snapToGrid: layout.gridSettings?.
snapToGrid: true,
});
// 웹타입별 기본 너비 계산 (10px 단위 고정)