Skip to content

Commit a9261d7

Browse files
committed
fix default
1 parent c8dd2f0 commit a9261d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/application/src/shell.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export class NotebookShell extends Widget implements JupyterFrontEnd.IShell {
174174
rootLayout.addWidget(vsplitPanel);
175175

176176
// initially hiding the down panel
177-
this._downPanel.show();
177+
this._downPanel.hide();
178178

179179
// Connect down panel change listeners
180180
this._downPanel.tabBar.tabMoved.connect(this._onTabPanelChanged, this);

0 commit comments

Comments
 (0)