From 9683b38cf0d60c170cfa05bf90f7260fe53214b2 Mon Sep 17 00:00:00 2001 From: ysCha Date: Thu, 8 Jan 2026 15:15:17 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=A9=ED=96=A5=ED=82=A4=EC=97=90=20?= =?UTF-8?q?=EC=88=AB=EC=9E=90=ED=8C=A8=EB=93=9C=20=EC=88=A8=EA=B9=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/input/CalcInput.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }