Browse Source

Merge pull request #6325 from jtpio/rename-file

Fix "Rename CSV File"
Jason Grout 6 năm trước cách đây
mục cha
commit
42ee333826
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/docmanager-extension/src/index.ts

+ 1 - 1
packages/docmanager-extension/src/index.ts

@@ -586,7 +586,7 @@ function addLabCommands(
       return labShell.currentWidget;
     }
     const pathMatch = node['title'].match(pathRe);
-    return docManager.findWidget(pathMatch[1]);
+    return docManager.findWidget(pathMatch[1], null);
   };
 
   // Returns `true` if the current widget has a document context.