Selaa lähdekoodia

Command palette does not require a lab shell.

Afshin Darian 6 vuotta sitten
vanhempi
commit
bf63565efc
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      packages/apputils-extension/src/index.ts

+ 1 - 3
packages/apputils-extension/src/index.ts

@@ -8,8 +8,7 @@ import {
   IRouter,
   JupyterClient,
   JupyterLab,
-  JupyterLabPlugin,
-  ILabShell
+  JupyterLabPlugin
 } from '@jupyterlab/application';
 
 import {
@@ -94,7 +93,6 @@ const palette: JupyterLabPlugin<ICommandPalette> = {
   activate: activatePalette,
   id: '@jupyterlab/apputils-extension:palette',
   provides: ICommandPalette,
-  requires: [ILabShell],
   autoStart: true
 };