Cannot read property 'width' of undefined
harleenarora opened this issue · 2 comments
harleenarora commented
Cannot read property 'width' of undefined
imran-momin4041 commented
I am facing same issue
MahdiRe commented
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!