[1308] 촌에 소수점 입력 - 처마,케라바 수정

This commit is contained in:
ysCha 2025-11-26 09:18:01 +09:00
parent 7ddbc40cd4
commit aeb457e5ec

View File

@ -98,7 +98,7 @@ export default function Gable({ pitchRef, offsetRef, widthRef, radioTypeRef, pit
}} }}
options={{ options={{
allowNegative: false, allowNegative: false,
allowDecimal: false //(index !== 0), allowDecimal: true //(index !== 0),
}} }}
></CalculatorInput> ></CalculatorInput>
</div> </div>