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