[1308] 배치면 초기 설정의 지붕 경사(경사도)에서 소수점 입력이 불가능합니다 #412

Merged
ysCha merged 3 commits from dev into dev_ysCha 2025-11-07 08:37:16 +09:00
Showing only changes of commit 3c094b3c5a - Show all commits

View File

@ -370,7 +370,7 @@ export default function PlacementShapeSetting({ id, pos = { x: 50, y: 180 }, pla
}}
options={{
allowNegative: false,
allowDecimal: false //(index !== 0),
allowDecimal: true //(index !== 0),
}}
/>
</div>