dev #560

Merged
ysCha merged 7 commits from dev into dev-deploy 2026-01-08 15:18:56 +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
}