From 944774ec5fc99f92674880955ef4e25d83ee2292 Mon Sep 17 00:00:00 2001 From: Mr-Chiang <35268062+Mr-Chiang@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:34:07 +0800 Subject: [PATCH] =?UTF-8?q?Update:=E5=90=8C=E7=9F=A5=E8=AF=86=E5=BA=93?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E9=97=AE=E9=A2=98=20(#4405)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/app/src/pageComponents/app/list/List.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/app/src/pageComponents/app/list/List.tsx b/projects/app/src/pageComponents/app/list/List.tsx index eed0693c6e..5bc68bcad9 100644 --- a/projects/app/src/pageComponents/app/list/List.tsx +++ b/projects/app/src/pageComponents/app/list/List.tsx @@ -50,7 +50,7 @@ const ListItem = () => { content: t('app:move.hint') }); - const { myApps, loadMyApps, onUpdateApp, setMoveAppId, folderDetail } = useContextSelector( + const { myApps, loadMyApps, onUpdateApp, setMoveAppId, folderDetail, setSearchKey } = useContextSelector( AppListContext, (v) => v ); @@ -177,6 +177,7 @@ const ListItem = () => { }} onClick={() => { if (AppFolderTypeList.includes(app.type)) { + setSearchKey(''); router.push({ query: { ...router.query,