We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40dc855 commit 8feda9dCopy full SHA for 8feda9d
web_src/js/features/repo-issue.js
@@ -438,7 +438,7 @@ export async function handleReply($el) {
438
439
export function initRepoPullRequestReview() {
440
if (window.location.hash && window.location.hash.startsWith('#issuecomment-')) {
441
- // set scrollRestoration to 'manual' when there is a hash in url, so that position will not be remembered after refreshing
+ // set scrollRestoration to 'manual' when there is a hash in url, so that the scroll position will not be remembered after refreshing
442
(history.scrollRestoration != 'manual') && (history.scrollRestoration = 'manual');
443
const commentDiv = $(window.location.hash);
444
if (commentDiv) {
0 commit comments