1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 18:55:56 +02:00
This commit is contained in:
syuilo
2018-12-12 13:05:37 +09:00
parent 681997509c
commit eb3180f3b6

View File

@@ -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');