diff options
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); } } |