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 dbfa95b commit 3140aacCopy full SHA for 3140aac
web_src/js/features/repo-diff.ts
@@ -25,6 +25,8 @@ function initRepoDiffFileBox(el: HTMLElement) {
25
hideElem(queryElemSiblings(target));
26
showElem(target);
27
}));
28
+
29
+ highlightDiffSelectionFromHash();
30
}
31
32
function initRepoDiffConversationForm() {
@@ -156,8 +158,6 @@ async function onShowMoreFiles() {
156
158
initViewedCheckboxListenerFor();
157
159
initImageDiff();
160
initDiffHeaderPopup();
- // Re-apply hash selection in case the target was just loaded
- await highlightDiffSelectionFromHash();
161
162
163
async function loadMoreFiles(btn: Element): Promise<boolean> {
0 commit comments