mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-04 19:59:02 +08:00
8 lines
108 B
Markdown
8 lines
108 B
Markdown
# enter
|
|
The `enter` command triggers an enter programmatically.
|
|
|
|
## Usage
|
|
```js
|
|
editor.commands.enter()
|
|
```
|