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
RTC: Add collaborator selection highlighting in rich text (#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 #75700
* Deduplicate selection rects when text is formatted
* Fix merge of view.getComputedStyle() fix from #75652
Co-authored-by: alecgeatches <[email protected]>
Co-authored-by: maxschmeling <[email protected]>
Co-authored-by: chriszarate <[email protected]>
0 commit comments