diff --git a/src/components/common/input/CalcInput.jsx b/src/components/common/input/CalcInput.jsx index df41043f..9cfddfd4 100644 --- a/src/components/common/input/CalcInput.jsx +++ b/src/components/common/input/CalcInput.jsx @@ -352,7 +352,7 @@ export const CalculatorInput = forwardRef( if (hasOperation) { handleCompute(true) // 계산 수행 } - setShowKeypad(true) + setShowKeypad(false) return }