mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 10:16:01 +01:00
Fix TrustedTypes violation (#106285)
This commit is contained in:
@@ -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;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user