tiptap/docs/api/commands/enter.md
2022-06-08 12:15:59 +02:00

8 lines
108 B
Markdown

# enter
The `enter` command triggers an enter programmatically.
## Usage
```js
editor.commands.enter()
```