opened 02:19AM - 06 Nov 24 UTC
Description:
When attempting to select code lines in the Cursor editor using th… e mouse, it's impossible to select the complete line of text. The selection behavior is inconsistent and often cuts off part of the line.
![image](https://github.com/user-attachments/assets/b626bfeb-50f2-4f53-b645-0ca84d210043)
Steps to Reproduce:
1. Open any code file in Cursor
2. Try to select a complete line of code using the mouse
3. The selection either stops before the line ends or doesn't capture the entire line
Expected Behavior:
- Should be able to select the entire line of code smoothly with mouse drag
- Selection should capture all characters from the beginning to the end of the line
Environment:
```
Version: 0.42.4
VSCode Version: 1.93.1
Commit: b1e87884330fc271d5eb589e368c35f14e76dec0
Date: 2024-10-29T17:17:29.347Z
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.19045
```
When attempting to select code lines in the Cursor editor using the mouse, it’s impossible to select the complete line of text. The selection behavior is inconsistent and often cuts off part of the line.