remove gridsome
This commit is contained in:
11
docs/api/commands/blur.md
Normal file
11
docs/api/commands/blur.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# blur
|
||||
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()
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user