fix reload not working properly
This commit is contained in:
parent
85a57d60ef
commit
307866c304
|
@ -265,6 +265,9 @@ export default {
|
|||
this.$store.dispatch("getUpdatedSites");
|
||||
},
|
||||
mounted() {
|
||||
if (localStorage.getItem("reloaded")) {
|
||||
localStorage.removeItem("reloaded");
|
||||
};
|
||||
this.loadFrame(this.activeNode);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue