CodeEditTextView icon indicating copy to clipboard operation
CodeEditTextView copied to clipboard

๐Ÿž When selecting text with keyboard, scroll is not updated properly

Open austincondiff opened this issue 2 years ago โ€ข 0 comments

Description

If selecting text beyond bottom of the text view viewport with โ‡งโ–พ, the scroll isn't immediately adjusted to show the bottom of the selected text until selected a few more lines after that point.

To Reproduce

  1. Select some text beyond the bottom of the viewport with โ‡งโ–พ.
  2. Notice scroll position isn't updated until pressing it a few more times.

Expected Behavior

The scroll should be update after the partial or complete line below the viewport is selected.

Version Information

CodeEditTextView: 0.7.0 macOS: 14.0 Xcode: 15.0

austincondiff avatar Dec 20 '23 22:12 austincondiff