提交 9ef682db 编写于 作者: I isidor

explorer: consolidate selection and focus together

fixes #68946
上级 cb281cc7
......@@ -258,6 +258,7 @@ export class ExplorerView extends ViewletPanel {
this.explorerService.select(this.getActiveFile(), reveal);
} else {
this.tree.setSelection([]);
this.tree.setFocus([]);
}
}
}
......@@ -533,6 +534,7 @@ export class ExplorerView extends ViewletPanel {
}
this.tree.setFocus([fileStat]);
this.tree.setSelection([fileStat]);
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册