tiptap/docs/api/commands/blur.md
2021-09-16 14:41:25 +02:00

12 lines
175 B
Markdown

# 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()
```