MOBILE-3833 core: Wait for visible RTE content
parent
3b7e6426e0
commit
11cdb0fffe
|
@ -176,6 +176,8 @@ export class CoreEditorRichTextEditorComponent implements OnInit, AfterContentIn
|
||||||
this.editorElement.oninput = this.onChange.bind(this);
|
this.editorElement.oninput = this.onChange.bind(this);
|
||||||
this.editorElement.onkeydown = this.moveCursor.bind(this);
|
this.editorElement.onkeydown = this.moveCursor.bind(this);
|
||||||
|
|
||||||
|
await CoreDomUtils.waitToBeVisible(this.editorElement);
|
||||||
|
|
||||||
// Use paragraph on enter.
|
// Use paragraph on enter.
|
||||||
document.execCommand('DefaultParagraphSeparator', false, 'p');
|
document.execCommand('DefaultParagraphSeparator', false, 'p');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue