This commit is contained in:
syuilo 2018-12-12 13:05:37 +09:00
parent 681997509c
commit eb3180f3b6
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 1 additions and 3 deletions

View File

@ -45,9 +45,7 @@ export default Vue.extend({
}, },
mounted() { mounted() {
this.$nextTick(() => { this.$store.commit('setUiHeaderHeight', 48);
this.$store.commit('setUiHeaderHeight', this.$refs.root.offsetHeight);
});
if (this.$store.getters.isSignedIn) { if (this.$store.getters.isSignedIn) {
this.connection = this.$root.stream.useSharedConnection('main'); this.connection = this.$root.stream.useSharedConnection('main');