Prechádzať zdrojové kódy

Let state layout handle L panel logic.

Brian E. Granger 4 rokov pred
rodič
commit
99f1aa1943
1 zmenil súbory, kde vykonal 0 pridanie a 5 odobranie
  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);
     });