mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-14 18:25:45 +01:00
Fix bug
This commit is contained in:
parent
681997509c
commit
eb3180f3b6
1 changed files with 1 additions and 3 deletions
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue