# 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() ```