Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/MenuBar.vue')
-rw-r--r--src/components/MenuBar.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/MenuBar.vue b/src/components/MenuBar.vue
index 764c24971..efc42922d 100644
--- a/src/components/MenuBar.vue
+++ b/src/components/MenuBar.vue
@@ -238,6 +238,7 @@ export default {
clearInterval(this.checkInterval)
}
}, 100)
+ this.$emit('update:loaded', true)
},
beforeDestroy() {
window.removeEventListener('resize', this.getWindowWidth)