Add cursor moving #19

Merged
schmelczer merged 23 commits from asch/cursors into main 2025-04-02 22:06:38 +01:00
Showing only changes of commit 38a8e6b774 - Show all commits

Fix web tests

Andras Schmelczer 2025-04-01 22:53:50 +01:00
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -77,7 +77,7 @@ fn test_merge_text_with_cursors() {
}, },
OwnedCursorPosition { OwnedCursorPosition {
id: 1, id: 1,
char_index: 8, char_index: 2,
} }
] ]
), ),