From f100fee8f500d97c5b04d1b46c16e5aab05f8b3c Mon Sep 17 00:00:00 2001 From: nobbo Date: Tue, 3 Jan 2023 19:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=B9=E5=87=BB=E8=92=99?= =?UTF-8?q?=E5=B1=82=E9=94=AE=E7=9B=98=E6=9C=AA=E6=94=B6=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nobbo --- features/src/main/ets/components/NoteListComp.ets | 1 + 1 file changed, 1 insertion(+) diff --git a/features/src/main/ets/components/NoteListComp.ets b/features/src/main/ets/components/NoteListComp.ets index 60a2894..00f6c0c 100644 --- a/features/src/main/ets/components/NoteListComp.ets +++ b/features/src/main/ets/components/NoteListComp.ets @@ -507,6 +507,7 @@ export struct NoteItemListComp { } .onClick(() => { this.search = false + inputMethod.getController().stopInputSession() AppStorage.SetOrCreate('Search', this.search) }) } -- Gitee