diff options
author | 2020-03-13 10:54:15 -0400 | |
---|---|---|
committer | 2020-03-13 15:54:15 +0100 | |
commit | e7e78d2a41692370e0b1d9f6b16cdf28e6585982 (patch) | |
tree | 89cfa22bfb82f88d7ef8c97677709d05c0796c14 /source/features/link-to-file-in-file-history.tsx | |
parent | 9457eff9c6ec62ac13c853ba16184801258478cc (diff) | |
download | refined-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.tsx | 2 |
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); } } |