mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
8 lines
149 B
Markdown
8 lines
149 B
Markdown
# scrollIntoView
|
|
`scrollIntoView` scrolls the view to the current selection or cursor position.
|
|
|
|
## Usage
|
|
```js
|
|
editor.commands.scrollIntoView()
|
|
```
|