2021-04-21 17:03:33 +08:00
|
|
|
# scrollIntoView
|
2022-06-08 18:15:59 +08:00
|
|
|
`scrollIntoView` scrolls the view to the current selection or cursor position.
|
2021-04-21 17:03:33 +08:00
|
|
|
|
2022-06-08 18:15:59 +08:00
|
|
|
## Usage
|
|
|
|
```js
|
|
|
|
editor.commands.scrollIntoView()
|
|
|
|
```
|