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
now that the diff and log component know their render height, we can make scrolling/selecting more natural by only scrolling once the selection would leave the view instead of always centering the view over the selection.
The text was updated successfully, but these errors were encountered:
A little more clarification:
when the selection for would leave the view on the bottom (of log or diff) the view should scroll down one line to keep it in view. similar to the behaviour people know from tools like less and vim.
now that the diff and log component know their render height, we can make scrolling/selecting more natural by only scrolling once the selection would leave the view instead of always centering the view over the selection.
The text was updated successfully, but these errors were encountered: