mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-20 06:37:49 +08:00
acca921184
correct text copy
8 lines
178 B
Markdown
8 lines
178 B
Markdown
# sinkListItem
|
|
The `sinkListItem` will try to sink the list item around the current selection down into a wrapping child list.
|
|
|
|
## Usage
|
|
```js
|
|
editor.commands.sinkListItem()
|
|
```
|