에디터에서 포커스를 빼줍니다.Conduct Blur on IME. (IME: Input Method Editor)
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'blurIme' IME blur API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('blurIme'); |
...
에디터에서 포커스를 빼줍니다.Conduct Blur on IME. (IME: Input Method Editor)
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String액션 이름 | 'blurIme' IME blur API |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
editor.execCommand('blurIme'); |
...