-
-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Description
Describe the issue
With the search keymap enabled, selecting text that appears multiple times then pressing ctrl+d selects all occurrences of that text, even when EditorState.allowMultipleSelections.of(false) is provided as an extension.
Steps to reproduce:
- Open the linked example
- Select
test - Press ctrl+d
- Type
replaced - Comment out
drawSelection() - Re-run
- Repeat steps 1-4
After step 4 (both times), both occurrences of test are replaced with replaced.
Browser and platform
Firefox 119.0, Ubuntu 23.10
Reproduction link
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels