Skip to content

Commit

Permalink
fix #92237
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Mar 9, 2020
1 parent 23c1f6c commit c45be8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vs/workbench/browser/parts/panel/panelActions.ts
Expand Up @@ -74,7 +74,6 @@ class FocusPanelAction extends Action {
// Show panel
if (!this.layoutService.isVisible(Parts.PANEL_PART)) {
this.layoutService.setPanelHidden(false);
return;
}

// Focus into active panel
Expand Down

0 comments on commit c45be8b

Please sign in to comment.