quill
quill copied to clipboard
When I m inserting a bigger content in quill editor it is taking a more time to add
I m using quill in react, The code structure like, Quill = reactquillref.current.getEditor() Quill.insertEmbed(0, content)
What kind of embed content are you working with? I haven't seen any quill performance degradation in quill v1 or v2 when it comes to adding content to the document.
quill. clipboard.dangerouslyPasteHTML(index, content) Assume that content is 1000 or 2000 lines so that it takes 5s or 10s to paste in quill editor, Also I am rendering quill conditionally