提交 7ec4cd18 编写于 作者: S Sandeep Somavarapu

Fix #22747

上级 8584f9df
......@@ -447,7 +447,7 @@ class KeybindingColumn extends Column {
let keybinding = DOM.append(this.keybindingColumn, $('.htmlkb'));
let htmlkb = keybindingItemEntry.keybindingItem.keybinding.getHTMLLabel();
htmlkb.forEach(item => keybinding.appendChild(renderHtml(item)));
new HighlightedLabel(this.keybindingColumn).set(keybindingItemEntry.keybindingItem.keybinding.getAriaLabel(), keybindingItemEntry.keybindingMatches);
keybinding.title = keybindingItemEntry.keybindingItem.keybinding.getAriaLabel();
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册