tiptap/docs/api/commands/enter.md

8 lines
108 B
Markdown
Raw Normal View History

2021-04-21 17:03:33 +08:00
# enter
The `enter` command triggers an enter programmatically.
2021-04-21 17:03:33 +08:00
## Usage
```js
editor.commands.enter()
```