-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The selection ribbon doesn't fill to the right on the first line of multiple selections, for the remote user.
To Reproduce
Steps to reproduce the behavior:
- Use Google Chrome to open demo page in two tabs, put each tab's window side by side, left and right
- Set the following as the editor content:
const i = 10;
const j = i+1;
- On the left tab select from just after the
;
on the first line, through to the last;
on the second line - You should be seeing something like the following
Expected behavior
Ribbon for the remainder of the top line in a remote user's multi-line selection should match what the remote user sees. See rounded rectangle on the right of the above screenshot
Environment Information
- Browser: Chrome
- macOS: macOS Big Sur 11.6
- Versions: Latest demo on https://github.com/yjs/y-codemirror.next
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working