2021-04-21 17:03:33 +08:00
|
|
|
# blur
|
2021-06-23 03:28:20 +08:00
|
|
|
This command removes the focus from the editor.
|
|
|
|
|
|
|
|
See also: [focus](/api/commands/focus)
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
```js
|
|
|
|
// Remove the focus from the editor
|
|
|
|
editor.commands.blur()
|
|
|
|
```
|
2021-04-21 17:03:33 +08:00
|
|
|
|