dev #561

Merged
ysCha merged 7 commits from dev into prd-deploy 2026-01-08 15:19:12 +09:00
Showing only changes of commit 9683b38cf0 - Show all commits

View File

@ -352,7 +352,7 @@ export const CalculatorInput = forwardRef(
if (hasOperation) {
handleCompute(true) //
}
setShowKeypad(true)
setShowKeypad(false)
return
}