From 29fe1719c91952263db96ca333327ab890abe1e9 Mon Sep 17 00:00:00 2001 From: "focp212@naver.com" Date: Mon, 24 Nov 2025 10:14:57 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=B2=A4=ED=8A=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/support/notice/list-page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/support/notice/list-page.tsx b/src/pages/support/notice/list-page.tsx index 697dc00..8dde88f 100644 --- a/src/pages/support/notice/list-page.tsx +++ b/src/pages/support/notice/list-page.tsx @@ -168,6 +168,7 @@ export const NoticeListPage = () => { placeholder={ t('support.notice.searchPlaceholder') } value={ searchKeyword } onChange={ (e: ChangeEvent) => setSearchKeyword(e.target.value) } + onBlur={ onClickToAction } onKeyDown={ (e: React.KeyboardEvent) => { if (e.key === 'Enter' && !e.nativeEvent.isComposing) { onClickToAction();