浏览代码

A bit less sensitive to underlying DOM structure.

Ian Rose 5 年之前
父节点
当前提交
99d0e119ab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/application-extension/src/index.tsx

+ 1 - 1
packages/application-extension/src/index.tsx

@@ -538,7 +538,7 @@ function addCommands(app: JupyterLab, palette: ICommandPalette): void {
   // specific selector since we really only want tabs that are
   // in the main area, as opposed to those in sidebars, ipywidgets, etc.
   const tabSelector =
-    '#jp-main-dock-panel > .p-TabBar > .p-TabBar-content > .p-TabBar-tab';
+    '#jp-main-dock-panel .p-DockPanel-tabBar.jp-Activity .p-TabBar-tab';
 
   commands.addCommand(CommandIDs.close, {
     label: () => 'Close Tab',