提交 0034bef9 编写于 作者: J Johannes Rieken

more on #51666

上级 6389786f
......@@ -635,7 +635,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()) {
return;
}
let item = model.getItemEnclosingPosition({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册