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

8 lines
149 B
Markdown

# scrollIntoView
`scrollIntoView` scrolls the view to the current selection or cursor position.
## Usage
```js
editor.commands.scrollIntoView()
```