mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-02 15:57:50 +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()
|
|
```
|