提交 2d459600 编写于 作者: J Johannes Rieken

fix #51666

上级 f7c4f824
......@@ -615,7 +615,7 @@ export class OutlinePanel extends ViewletPanel {
}
private async _revealEditorSelection(model: OutlineModel, selection: Selection): TPromise<void> {
if (!this._outlineViewState.followCursor) {
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.
先完成此消息的编辑!
想要评论请 注册