Browse Source

Merge pull request #6325 from jtpio/rename-file

Fix "Rename CSV File"
Jason Grout 6 years ago
parent
commit
42ee333826
1 changed files with 1 additions and 1 deletions
  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.