blur command

Understand the functionality of the blur command in Tiptap, which removes focus from the editor.

See also: focus

Use the blur command

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