๐ Selected Line Background Extends Outside Text
Opened this issue ยท 0 comments
thecoolwinter commented
Description
The selected line background extends outside the region text is drawn in.
To Reproduce
- Open a file
- Add some or trailing padding.
- Select 3 or more lines
- Notice that the background is drawn as far left as possible.
Expected Behavior
The background should be drawn inside the bounds set by the text view's padding.
Version Information
CodeEditTextView: 0.7.7
macOS: 15.1
Xcode: 16.1
Additional Context
No response