Browse Source

Let state layout handle L panel logic.

Brian E. Granger 4 năm trước cách đây
mục cha
commit
99f1aa1943
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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);
     });