Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cursor top position in multi-cursor module when the quill container
is scrolled. Cursors are absolutely positioned with respect to the top of the .ql-container. quill.getBounds().top returns a smaller integer when the .ql-container is scrolled vertically. As a result, positioning a cursor requires adding container.scrollTop to the cursor bounds.
- Loading branch information