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

175 B

blur

This command removes the focus from the editor.

See also: focus

Usage

// Remove the focus from the editor
editor.commands.blur()