---
title: "blur command"
description: "Use the blur command in Tiptap to remove focus from your Tiptap editor. Learn more about it in the docs."
canonical_url: "https://tiptap.dev/docs/editor/api/commands/selection/blur"
---

# blur command

Use the blur command in Tiptap to remove focus from your Tiptap editor. Learn more about it in the docs.

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

See also: [focus](https://tiptap.dev/docs/editor/api/commands/selection/focus.md)

## Use the blur command

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