提交 55dd0e2c 编写于 作者: I isidor

colapse and refresh should not pass focus to explorer

fixes #68420
上级 8f0b1b5d
......@@ -827,7 +827,7 @@ export class CollapseExplorerView extends Action {
}
public run(): Promise<any> {
return this.viewletService.openViewlet(VIEWLET_ID, true).then((viewlet: ExplorerViewlet) => {
return this.viewletService.openViewlet(VIEWLET_ID).then((viewlet: ExplorerViewlet) => {
const explorerView = viewlet.getExplorerView();
if (explorerView) {
explorerView.collapseAll();
......@@ -851,7 +851,7 @@ export class RefreshExplorerView extends Action {
}
public run(): Promise<any> {
return this.viewletService.openViewlet(VIEWLET_ID, true).then(() =>
return this.viewletService.openViewlet(VIEWLET_ID).then(() =>
this.explorerService.refresh()
);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册