방향키에 숫자패드 숨김

This commit is contained in:
ysCha 2026-01-08 15:15:17 +09:00
parent a258f61093
commit 9683b38cf0

View File

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