섹션 삭제 후 텍스트 블록 추가 버그 수정 및 버튼/구분선 스타일-속성 패널 동기화
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
@@ -105,7 +105,7 @@ export function ListPropertiesPanel({
{/* 글자 크기 */}
<NumericPropertyControl
label="글자 크기"
label="글자 크기 (px)"
unitLabel="(px)"
value={(() => {
const raw = listProps.fontSizeCustom ?? "";
@@ -204,7 +204,7 @@ export function ListPropertiesPanel({
{/* 아이템 간 여백 (슬라이더) */}
<NumericPropertyControl
label="아이템 간 여백"
label="아이템 간 여백 (px)"
unitLabel="(px)"
value={(() => {
if (typeof listProps.gapYPx === "number") {