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
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
After #84 implements horizontal scrolling, you can scroll the current character out of the visible area horizontally. When doing so, starting to type (and other situations that should make the current character visible) don't change the horizontal scrolling.
This should be fixed by turning the makeLineVisible function into a makeCharacterVisible function and adjusting all usages.
The text was updated successfully, but these errors were encountered:
Please check your issue against the current code there. If the issue is still relevant, please open a version of this issue there and close this issue. If not, just close this issue.
All issues in this repository that are still open in 30 days will be closed. Thank you!
After #84 implements horizontal scrolling, you can scroll the current character out of the visible area horizontally. When doing so, starting to type (and other situations that should make the current character visible) don't change the horizontal scrolling.
This should be fixed by turning the
makeLineVisible
function into amakeCharacterVisible
function and adjusting all usages.The text was updated successfully, but these errors were encountered: