mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
update node path when page fails to load
This commit is contained in:
parent
303e04decd
commit
5c4d342d78
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue