Explorar o código

Let state layout handle L panel logic.

Brian E. Granger %!s(int64=4) %!d(string=hai) anos
pai
achega
99f1aa1943
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      packages/application/src/lab.ts

+ 0 - 5
packages/application/src/lab.ts

@@ -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);
     });