提交 1967f696 编写于 作者: J Johannes Rieken

outline - don't reveal elements when expanding/collapsing them

上级 0034bef9
......@@ -549,7 +549,7 @@ export class OutlinePanel extends ViewletPanel {
// feature: reveal outline selection in editor
// on change -> reveal/select defining range
this._editorDisposables.push(this._tree.onDidChangeSelection(e => {
if (e.payload === this) {
if (e.payload === this || e.payload && !e.payload.didClickElement) {
return;
}
let [first] = e.selection;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册