quill icon indicating copy to clipboard operation
quill copied to clipboard

When I m inserting a bigger content in quill editor it is taking a more time to add

Open the-chand-babu opened this issue 1 year ago • 2 comments

I m using quill in react, The code structure like, Quill = reactquillref.current.getEditor() Quill.insertEmbed(0, content)

the-chand-babu avatar Mar 20 '24 15:03 the-chand-babu

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.

shareefalis avatar Mar 20 '24 17:03 shareefalis

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

Ramkumar-r7 avatar Mar 21 '24 10:03 Ramkumar-r7