From 68b52eb2492b43efd4a7ad0fdfd83ff5d9b77603 Mon Sep 17 00:00:00 2001 From: nobbo Date: Thu, 24 Nov 2022 14:53:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nobbo --- features/src/main/ets/components/NoteContentComp.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/src/main/ets/components/NoteContentComp.ets b/features/src/main/ets/components/NoteContentComp.ets index 8fe0c08..ca89cf1 100644 --- a/features/src/main/ets/components/NoteContentComp.ets +++ b/features/src/main/ets/components/NoteContentComp.ets @@ -570,7 +570,7 @@ export struct ToolBarComp { // 清单 this.controllerShow.runJavaScript({ script: "javascript:RICH_EDITOR.setTodo()" }) // 退出键盘 - iinputMethod.getController().stopInputSession(); + inputMethod.getController().stopInputSession(); }) }.width(42) .height(42) -- Gitee