Fix cursor assoc not being enforced on initial view focus #76

Merged
rubywwwilde merged 1 commit from main into main 2026-01-03 09:54:52 +01:00
rubywwwilde commented 2026-01-02 21:46:22 +01:00 (Migrated from github.com)

FIX: Fix a bug where EditorSelection.cursor() with a non-zero assoc value would not be visually respected at soft-wrap boundaries on initial view creation. The cursor association is now also enforced when the view receives focus.

Closes codemirror/dev#1656

FIX: Fix a bug where `EditorSelection.cursor()` with a non-zero `assoc` value would not be visually respected at soft-wrap boundaries on initial view creation. The cursor association is now also enforced when the view receives focus. Closes codemirror/dev#1656
marijnh commented 2026-01-03 09:54:59 +01:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/view!76
No description provided.