feat(wysiwyg): implement backspace
This commit is contained in:
@@ -33,6 +33,7 @@ export interface IWysiwygComponent {
|
||||
updateBlockElement(blockId: string): void;
|
||||
handleDrop(e: DragEvent, targetBlock: IBlock): void;
|
||||
renderBlocksProgrammatically(): void;
|
||||
saveToHistory(debounce?: boolean): void;
|
||||
|
||||
// Handlers
|
||||
blockOperations: IBlockOperations;
|
||||
|
Reference in New Issue
Block a user