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

fix #60459

上级 477f1c18
......@@ -695,7 +695,10 @@ export class ReferenceWidget extends PeekViewWidget {
public setSelection(selection: OneReference): Promise<any> {
return this._revealReference(selection, true).then(() => {
if (!this._model) {
// disposed
return;
}
// show in tree
this._tree.setSelection([selection]);
this._tree.setFocus(selection);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册