mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-13 09:29:01 +08:00
8 lines
241 B
Markdown
8 lines
241 B
Markdown
# liftEmptyBlock
|
|
If the currently selected block is an empty textblock, lift it if possible. **Lifting** means, that the block will be moved to the parent of the block it is currently in.
|
|
|
|
## Usage
|
|
```js
|
|
editor.commands.liftEmptyBlock()
|
|
```
|