dev_ysCha #430

Merged
ysCha merged 2 commits from dev_ysCha into dev 2025-11-26 09:30:20 +09:00
Showing only changes of commit aeb457e5ec - Show all commits

View File

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