소스 검색

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
 };