mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-12 08:49:04 +08:00
12 lines
175 B
Markdown
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()
|
|
```
|
|
|