Delete the text on the left of the caret position.
When there is a selection, the selected block is deleted.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'deleteLeft' delete left API |
Example:
editor.execCommand('deleteLeft');
Delete the text on the left of the caret position.
When there is a selection, the selected block is deleted.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'deleteLeft' delete left API |
Example:
editor.execCommand('deleteLeft');