quill
quill copied to clipboard
Unable to add cursor at the end.
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.
Can you reproduce the issue in https://quilljs.com/playground/snow?