ソースを参照

Let state layout handle L panel logic.

Brian E. Granger 4 年 前
コミット
99f1aa1943
1 ファイル変更0 行追加5 行削除
  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);
     });