Skip to content

Commit

Permalink
Fix TrustedTypes violation (#106285)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Sep 8, 2020
1 parent d1ab538 commit dbc0cfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vs/workbench/contrib/watermark/browser/watermark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export class WatermarkContribution extends Disposable implements IWorkbenchContr
const dd = dom.append(dl, $('dd'));
const keybinding = new KeybindingLabel(dd, OS, { renderUnboundKeybindings: true });
keybinding.set(this.keybindingService.lookupKeybinding(entry.id));
dd.innerHTML = keybinding.element.outerHTML;
});
};

Expand Down

0 comments on commit dbc0cfe

Please sign in to comment.