From 5c4d342d78fe6807c27def326084b33a54071ae9 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 30 Jul 2024 22:26:01 +1200 Subject: [PATCH] update node path when page fails to load --- public/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/index.html b/public/index.html index 6c9ecdb..486ec4b 100644 --- a/public/index.html +++ b/public/index.html @@ -2338,6 +2338,9 @@ this.nodePageContent = `Failed loading page: ${failureReason}`; this.isLoadingNodePage = false; + // update node path + this.getNodePath(destinationHash); + }, (progress) => { // do nothing if callback is for a previous request