update
This commit is contained in:
@ -243,6 +243,7 @@ export class DeesInputWysiwyg extends DeesInputBase<string> {
|
||||
onCompositionStart: () => this.isComposing = true,
|
||||
onCompositionEnd: () => this.isComposing = false,
|
||||
onMouseUp: (e: MouseEvent) => this.handleTextSelection(e),
|
||||
onRequestUpdate: () => this.updateBlockElement(block.id),
|
||||
};
|
||||
wrapper.appendChild(blockComponent);
|
||||
|
||||
|
Reference in New Issue
Block a user