|
@@ -94,11 +94,6 @@ export class JupyterLab extends JupyterFrontEnd<ILabShell> {
|
|
this.shell.collapseRight();
|
|
this.shell.collapseRight();
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- if (this.shell.mode === 'single-document') {
|
|
|
|
- this.shell.collapseLeft();
|
|
|
|
- } else {
|
|
|
|
- this.shell.expandLeft();
|
|
|
|
- }
|
|
|
|
}, this);
|
|
}, this);
|
|
Private.setFormat(this);
|
|
Private.setFormat(this);
|
|
});
|
|
});
|