提交 f2d18068 编写于 作者: J Johannes Rieken

fix #71140

上级 25b96b66
......@@ -157,6 +157,7 @@ export class CallHierarchyTreePeekWidget extends PeekViewWidget {
addClass(message, 'message');
parent.appendChild(message);
this._message = message;
this._message.tabIndex = 0;
const container = document.createElement('div');
addClass(container, 'results');
......@@ -340,6 +341,7 @@ export class CallHierarchyTreePeekWidget extends PeekViewWidget {
this.setMetaTitle('');
this._message.innerText = message;
this._show();
this._message.focus();
}
async showItem(item: CallHierarchyItem): Promise<void> {
......
......@@ -16,6 +16,7 @@
display: inherit;
text-align: center;
padding-top: 3em;
height: 100%;
}
.monaco-workbench .action-label.calls-to {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册