Kaynağa Gözat

Make inspector tab closable.

Afshin Darian 8 yıl önce
ebeveyn
işleme
15df154968
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/inspector/plugin.ts

+ 1 - 0
src/inspector/plugin.ts

@@ -38,6 +38,7 @@ function activateInspector(app: JupyterLab, palette: ICommandPalette): IInspecto
 
   inspector.id = 'jp-inspector';
   inspector.title.label = 'Inspector';
+  inspector.title.closable = true;
 
   function openInspector(): void {
     if (!opened) {