You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
RTC: Add collaborator selection highlighting in rich text (WordPress#76107)
* Add full-selection highlighting
* Fix backwards selection cursor placement and selection across blocks
* Add selection range tests
* Export ResolvedSelection from core-data for use in overlay
* Refactor useRenderCursors() into three files, split on DOM and selection tasks.
* Fix type export
* Fix selection direction when using undo/redo
* Add e2e tests for full selection awareness
* Reduce opacity of selection rectangle in overlay
* Pre-compute overlayRect, pre-compute DOM elements where possible
* Rename "CursorContext" to "OverlayContext"
* Extract CursorCoords type, add rect collection types for readability
* Fix type error
* Remerge collaborator styling fix from WordPress#75700
* Deduplicate selection rects when text is formatted
* Fix merge of view.getComputedStyle() fix from WordPress#75652
Co-authored-by: alecgeatches <alecgeatches@git.wordpress.org>
Co-authored-by: maxschmeling <maxschmeling@git.wordpress.org>
Co-authored-by: chriszarate <czarate@git.wordpress.org>
0 commit comments