섹션 삭제 후 텍스트 블록 추가 버그 수정 및 버튼/구분선 스타일-속성 패널 동기화
CI / test (push) Successful in 11m2s
CI / pr_and_merge (push) Successful in 1m19s
CI / test (pull_request) Successful in 51m33s
CI / pr_and_merge (pull_request) Has been skipped

This commit is contained in:
2025-11-22 15:18:32 +09:00
parent d423aedcbe
commit 4e4c9cd37a
17 changed files with 2658 additions and 152 deletions
@@ -325,7 +325,7 @@ export function SectionPropertiesPanel({ sectionProps, selectedBlockId, updateBl
{/* 최대 폭 슬라이더 (px) - 프리셋 + 자유 슬라이더 */}
<NumericPropertyControl
label="최대 폭"
label="최대 폭 (px)"
unitLabel="(px)"
value={typeof sectionProps.maxWidthPx === "number" ? sectionProps.maxWidthPx : 960}
min={640}
@@ -346,7 +346,7 @@ export function SectionPropertiesPanel({ sectionProps, selectedBlockId, updateBl
{/* 컬럼 간 간격 슬라이더 (px) - 프리셋 + 자유 슬라이더 */}
<NumericPropertyControl
label="컬럼 간 간격"
label="컬럼 간 간격 (px)"
unitLabel="(px)"
value={typeof sectionProps.gapXPx === "number" ? sectionProps.gapXPx : 24}
min={0}