don't wait for stabilize

This commit is contained in:
liamcottle 2024-08-16 15:02:20 +12:00
commit f2876e4e52

View file

@ -149,16 +149,12 @@ export default {
});
// hide loading once done
this.network.on("stabilized", () => {
this.isLoading = false;
});
// update network
await this.update();
// stabilise the network a bit after first load
this.network.stabilize(100);
this.isLoading = false;
// auto update network
setInterval(() => {