update node path when page fails to load

This commit is contained in:
liamcottle 2024-07-30 22:26:01 +12:00
commit 5c4d342d78

View file

@ -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