mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-13 17:59:01 +08:00
9 lines
125 B
Markdown
9 lines
125 B
Markdown
# selectAll
|
|
Selects the whole document at once.
|
|
|
|
## Usage
|
|
```js
|
|
// Select the whole document
|
|
editor.commands.selectAll()
|
|
```
|