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
Clicking the top file will open the file at the top, clicking the bottom one will open at the first comment.
I'm guessing it's since the second one has a comment but this feels weird. I read the comment earlier so I don't want to skip a bunch of lines in the diff every time I look at the file again.
The text was updated successfully, but these errors were encountered:
Diff editor will try to scroll to the first diff hunk, when there are comments in the first diff hunk, you have the feeling that it scrolls to the comments ;)
We are going to introduce a command for comment navigation, which allows us to navigate to the first comment in the editor.
you have the feeling that it scrolls to the comments
This wasn't the case though, it was very inconsistent whether it would scroll to the comments or not. I later opened another one which had replies to me and it didn't scroll.
PR: xtermjs/xterm.js#1460
Clicking the top file will open the file at the top, clicking the bottom one will open at the first comment.
I'm guessing it's since the second one has a comment but this feels weird. I read the comment earlier so I don't want to skip a bunch of lines in the diff every time I look at the file again.
The text was updated successfully, but these errors were encountered: