提交 85257c4d 编写于 作者: S Sandeep Somavarapu

Fix #27955

上级 56cf3122
......@@ -354,7 +354,9 @@ export class ExplorerViewlet extends Viewlet {
return this.emptyView.focusBody();
}
return this.openEditorsView.focus();
if (this.lastFocusedView) {
return this.lastFocusedView.focus();
}
}
private hasSelectionOrFocus(view: IViewletView): boolean {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册