reedsy / quill-cursors

A multi cursor module for Quill text editor.
MIT License
250 stars 53 forks source link

ql-cursor-selections span renders `null` (text) on Edge browser #45

Closed harrisonlo closed 4 years ago

harrisonlo commented 4 years ago

When cursor selected text:

image

UI:

image

With cursor not selecting anything (but focused, so range length is 0):

image

UI:

image

Only on Edge browser, which is kinda growing in market share (more users than Safari)

Any idea where that text came from?

alecgibson commented 4 years ago

@harrisonlo Thanks for the bug report! Please let me know if the latest release doesn't resolve your issue.

harrisonlo commented 4 years ago

Woah that was fast! Thank you for the awesome work!