🐞 Scroll indicator sporadic behavior until scrolled to last line
Description
When opening any file, when you initially start scrolling, the scroll indicator jumps sporadically in a certain range when scrolling. Only until the last line is reached does it display intended behavior without jumping/flickering.
To Reproduce
- Open any file
- Start scrolling and observe scroll indicator displaying unintended behavior
- Reach the last line in the file
- Scroll back up and observe scroll indicator displaying intended behavior
Expected Behavior
The scroll indicator should always display the correct location in the file and not flicker/stutter while scrolling, regardless of whether the bottom of the file has been reached yet or not.
Version Information
CodeEdit: [main/0.0.3-alpha.32] macOS: [13.3.1 (a)] Xcode: [14.3 (14E222b)]
Additional Context
No response
Screenshots
No response
Isn't this very similar or a duplicate of https://github.com/CodeEditApp/CodeEditTextView/issues/184?
Isn't this very similar or a duplicate of CodeEditApp/CodeEditTextView#184?
Yes could very well be, feel free to remove if that is the case, as I simply added the issue as soon as I noticed the behavior.