방향키에 숫자패드 숨김
This commit is contained in:
parent
a258f61093
commit
9683b38cf0
@ -352,7 +352,7 @@ export const CalculatorInput = forwardRef(
|
||||
if (hasOperation) {
|
||||
handleCompute(true) // 계산 수행
|
||||
}
|
||||
setShowKeypad(true)
|
||||
setShowKeypad(false)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user