reedsy / quill-cursors

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

Deduplicate perfectly overlapping client rectangles #31

Closed alecgibson closed 5 years ago

alecgibson commented 5 years ago

If the user's selection contains some formatted text, the selection can contain overlapping rectangles, which leads to a selection with varying opacity.

This change checks for these identical rectangles and deduplicates them.