Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property 'width' of undefined #75

Open
harleenarora opened this issue Jun 25, 2021 · 2 comments
Open

Cannot read property 'width' of undefined #75

harleenarora opened this issue Jun 25, 2021 · 2 comments

Comments

@harleenarora
Copy link

No description provided.

@imran-momin4041
Copy link

I am facing same issue

@MahdiRe
Copy link

MahdiRe commented Aug 29, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants