未验证 提交 3545fcdd 编写于 作者: O openharmony_ci 提交者: Gitee

!18170 [输入法框架]修改资料问题

Merge pull request !18170 from Hollokin/master
......@@ -377,7 +377,7 @@ off(type: 'setCallingWindow', callback: (wid:number) => void): void
**示例:**
```js
inputMethodEngine.getInputMethodAbility().off('setCallingWindow', () => {
inputMethodEngine.getInputMethodAbility().off('setCallingWindow', (wid) => {
console.log('inputMethodAbility delete setCallingWindow notification.');
});
```
......@@ -1122,7 +1122,7 @@ try {
moveTo(x: number, y: number): Promise\<void>
移动面板位置,使用callback异步回调。
移动面板位置。使用promise异步回调。
对FLG_FIXED状态的panel不产生实际移动效果。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册