You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a file is opened in the project explorer, the user can use the up and down arrow keys to preview other files. When doing this, the text inside the file will clip into the line numbers, instead of being offset by the width of the line numbers. Potentially related to https://github.com/CodeEditApp/CodeEditTextView/issues/184#issuecomment-1529116384
To Reproduce
Click on a file once in the project explorer
Use the up or down arrow keys to move between files
Expected Behavior
The text inside the file should not clip into the line numbers