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

fix #53322

上级 085604f2
......@@ -648,7 +648,7 @@ export class OutlinePanel extends ViewletPanel {
}
private async _revealEditorSelection(model: OutlineModel, selection: Selection): TPromise<void> {
if (!this._outlineViewState.followCursor || !this._tree.getInput()) {
if (!this._outlineViewState.followCursor || !this._tree.getInput() || !selection) {
return;
}
let [first] = this._tree.getSelection();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册