diff --git a/viz/app/linker_page.js b/viz/app/linker_page.js index 2991d17..7f11276 100644 --- a/viz/app/linker_page.js +++ b/viz/app/linker_page.js @@ -698,6 +698,8 @@ export async function renderSkuLinker($app) { pinnedL = null; pinnedR = null; updateAll(); + location.reload(); + return; } @@ -710,6 +712,7 @@ export async function renderSkuLinker($app) { pinnedL = null; pinnedR = null; updateAll(); + location.reload(); } catch (e) { $status.textContent = `Ignore failed: ${String(e && e.message ? e.message : e)}`; }