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

outline - don't unset selection when not finding an item at the editor position

上级 4d93f9cc
......@@ -647,8 +647,6 @@ export class OutlinePanel extends ViewletPanel {
await this._tree.reveal(item, .5);
this._tree.setFocus(item, this);
this._tree.setSelection([item], this);
} else {
this._tree.setSelection([], this);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册