diff --git a/features/src/main/ets/components/NoteListComp.ets b/features/src/main/ets/components/NoteListComp.ets index 60a28949088847ece0541bf2375f520a825a40b8..00f6c0ce737f50722c6addf54ac0079330d709bf 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) }) }