From 334fd6b225e9f1c4de518b41419b9a6fc3be7a1e Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 12 Dec 2018 13:05:37 +0900 Subject: [PATCH] Fix bug --- src/client/app/mobile/views/components/ui.header.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/client/app/mobile/views/components/ui.header.vue b/src/client/app/mobile/views/components/ui.header.vue index 9e06bcf97..d2914b576 100644 --- a/src/client/app/mobile/views/components/ui.header.vue +++ b/src/client/app/mobile/views/components/ui.header.vue @@ -45,9 +45,7 @@ export default Vue.extend({ }, mounted() { - this.$nextTick(() => { - this.$store.commit('setUiHeaderHeight', this.$refs.root.offsetHeight); - }); + this.$store.commit('setUiHeaderHeight', 48); if (this.$store.getters.isSignedIn) { this.connection = this.$root.stream.useSharedConnection('main');