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
I had the same issue when I try to add some tables into Quill editor using innerHtml. So as a solution I used quill clipboard's dangerouslyPasteHTML to add tables into the editor. quill.clipboard.dangerouslyPasteHTML(index, tableHtml); https://quilljs.com/docs/modules/clipboard/
I think issue is because it is unable to parse the table tags into quill-better-table tags when it is set using innerHtml!
No description provided.
The text was updated successfully, but these errors were encountered: