瀏覽代碼

Fix comment.

Afshin Darian 6 年之前
父節點
當前提交
42fce2f1fa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/apputils-extension/src/index.ts

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

@@ -265,7 +265,7 @@ const resolver: JupyterFrontEndPlugin<IWindowResolver> = {
           // Clone the originally requested workspace after redirecting.
           query['clone'] = workspace;
 
-          // Change the URL and trigger the router by triggering a hard reload.
+          // Change the URL and trigger a hard reload to re-route.
           const url = path + URLExt.objectToQueryString(query) + (hash || '');
           router.navigate(url, { hard: true, silent: true });
           return;