monaco-vim
monaco-vim copied to clipboard
Cannot start RTL selection with last character in line
When using the mouse to create a selection in normal mode, it is not possible to select the last character on a line when selecting from right to left (backwards).
Steps to reproduce
- Start with some text in the editor
- Point the mouse beyond the last character on a line
- Click and drag toward the start of the line
Expected
The last character on the line is part of the selection
Actual
The selection begins with the second-to-last character