You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SIL.XForge.Scripture/ClientApp/src/app/shared/text/quill-editor-registration/quill-formats/quill-blots.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -313,6 +313,12 @@ export class NoteThreadEmbed extends QuillEmbedBlot {
313
313
};
314
314
}
315
315
316
+
appendChild(_child: Node): void{
317
+
// An embed cannot have children. As such, we will just ignore this request.
318
+
// This function can be called by wrap() if the embed is inside an inline of block,
319
+
// and this embed is having a format applied to it (i.e. 'highlight' in EditorComponent).
0 commit comments