Переглянути джерело

Command palette does not require a lab shell.

Afshin Darian 6 роки тому
батько
коміт
bf63565efc
1 змінених файлів з 1 додано та 3 видалено
  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
 };