quill icon indicating copy to clipboard operation
quill copied to clipboard

Unable to add cursor at the end.

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

quill.root.innerHTML = message.content;
let length = quill.getLength();
quill.setSelection(length - 1, 0);

using a quill and pasting content using root innerHTML, after that cursor is not coming to an end.

the-chand-babu avatar Apr 29 '24 09:04 the-chand-babu

Can you reproduce the issue in https://quilljs.com/playground/snow?

luin avatar Apr 29 '24 23:04 luin