Unable to add cursor at the end.
Author: the-chand-babuCreated Apr 29, 2024Updated Sep 2, 2026
Labelsneeds reproduction
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.
Source: slab/quill