Skip to content

Commit

Permalink
Update src/vs/workbench/contrib/scm/browser/scmViewPane.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge authored Mar 11, 2024
1 parent 85cdbb3 commit 6c39c21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vs/workbench/contrib/scm/browser/scmViewPane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,6 @@ class HistoryItemChangeRenderer implements ICompressibleTreeRenderer<SCMHistoryI
renderTemplate(container: HTMLElement): HistoryItemChangeTemplate {
const element = append(container, $('.change'));
const name = append(element, $('.name'));
name.tabIndex = 0;
const fileLabel = this.labels.create(name, { supportDescriptionHighlights: true, supportHighlights: true });
const decorationIcon = append(element, $('.decoration-icon'));

Expand Down

0 comments on commit 6c39c21

Please sign in to comment.