From 2553bfbb503b862b7caa8c923dd744cae1461725 Mon Sep 17 00:00:00 2001 From: sanguu516 Date: Wed, 4 Sep 2024 11:16:02 +0900 Subject: [PATCH] =?UTF-8?q?fix/=ED=8E=98=EC=9D=B4=EC=A7=80=20=ED=95=A8?= =?UTF-8?q?=EC=88=98=20=EB=88=84=EB=9D=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/flight/OperationApprovalsTable.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/flight/OperationApprovalsTable.js b/src/components/flight/OperationApprovalsTable.js index 2e72ac91..c8bd738f 100644 --- a/src/components/flight/OperationApprovalsTable.js +++ b/src/components/flight/OperationApprovalsTable.js @@ -680,6 +680,11 @@ export default function OperationApprovalsTable(props) { }; }); + // 페이지 감지 + const handlePageChange = () => { + document.activeElement?.blur(); + }; + // 운항과 select box 상태 변경 const updateReviewedType = async (value, planAreaSno) => { try {