mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
fixes #55209
This commit is contained in:
@@ -489,6 +489,8 @@ export class Menubar {
|
||||
// Store the keybinding
|
||||
if (item.keybinding) {
|
||||
this.keybindings[item.id] = item.keybinding;
|
||||
} else if (this.keybindings[item.id]) {
|
||||
this.keybindings[item.id] = undefined;
|
||||
}
|
||||
|
||||
const menuItem = this.createMenuItem(item.label, item.id, item.enabled, item.checked);
|
||||
|
||||
Reference in New Issue
Block a user