From ec15daa3fdfc77dfa1e76ec57def8357069e7f73 Mon Sep 17 00:00:00 2001 From: Hollokin Date: Mon, 31 Oct 2022 19:42:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=B3=95=E6=A1=86=E6=9E=B6AP?= =?UTF-8?q?I=E8=B5=84=E6=96=99=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hollokin --- .../reference/apis/js-apis-inputmethod-engine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputmethod-engine.md b/zh-cn/application-dev/reference/apis/js-apis-inputmethod-engine.md index 19e71eb8a5..3ef002effe 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-inputmethod-engine.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputmethod-engine.md @@ -782,7 +782,7 @@ inputMethodEngine.getKeyboardDelegate().off('textChange', (text) => { ## KeyboardController -下列API示例中都需使用[inputStart](#oninputstart9)回调获取到KeyboardController实例,再通过此实例调用对应方法。 +下列API示例中都需使用[on('inputStart')](#oninputstart9)回调获取到KeyboardController实例,再通过此实例调用对应方法。 ### hide9+ @@ -1633,7 +1633,7 @@ async function InputMethodAbility() { ## TextInputClient -下列API示例中都需使用[inputStart](#oninputstart)回调获取到TextInputClient实例,再通过此实例调用对应方法。 +下列API示例中都需使用[on('inputStart')](#oninputstart)回调获取到TextInputClient实例,再通过此实例调用对应方法。 ### getForward(deprecated) -- GitLab