summaryrefslogtreecommitdiff
path: root/source/features/link-to-file-in-file-history.tsx
diff options
context:
space:
mode:
authorGravatar yakov116 <16872793+yakov116@users.noreply.github.com> 2020-03-13 10:54:15 -0400
committerGravatar GitHub <noreply@github.com> 2020-03-13 15:54:15 +0100
commite7e78d2a41692370e0b1d9f6b16cdf28e6585982 (patch)
tree89cfa22bfb82f88d7ef8c97677709d05c0796c14 /source/features/link-to-file-in-file-history.tsx
parent9457eff9c6ec62ac13c853ba16184801258478cc (diff)
downloadrefined-github-e7e78d2a41692370e0b1d9f6b16cdf28e6585982.tar.gz
refined-github-e7e78d2a41692370e0b1d9f6b16cdf28e6585982.tar.zst
refined-github-e7e78d2a41692370e0b1d9f6b16cdf28e6585982.zip
Fix `link-to-file-in-file-history` (#2873)
Diffstat (limited to 'source/features/link-to-file-in-file-history.tsx')
-rw-r--r--source/features/link-to-file-in-file-history.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/features/link-to-file-in-file-history.tsx b/source/features/link-to-file-in-file-history.tsx
index 3c934d5e..3cbfd04f 100644
--- a/source/features/link-to-file-in-file-history.tsx
+++ b/source/features/link-to-file-in-file-history.tsx
@@ -26,8 +26,6 @@ function init(): void | false {
</a>
);
- rootLink.closest<HTMLElement>('.commit-links-cell')!.style.width = 'auto';
-
groupSiblings(rootLink);
}
}