-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: caret_pos is before caret character
sel_start, sel_end need to be adjusted if the inserted caret is before the selected range. Closes #860
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@lotem I'm afraid this is still wrong, in a different way. The caret is now inside the selection range. Would need