Browse Source

Webserver: hide the loading status when leaving a browsing page too early

transifex
Nicolas Pomepuy 3 years ago
parent
commit
f821a4f4a3
  1. 1
      buildsystem/network-sharing-server/src/pages/BrowseChild.vue

1
buildsystem/network-sharing-server/src/pages/BrowseChild.vue

@ -73,6 +73,7 @@ export default {
},
unmounted: function () {
this.browserStore.breadcrumb = []
this.appStore.loading = false
}
}
</script>

Loading…
Cancel
Save