mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Fix bug?
This commit is contained in:
parent
e207c30ce6
commit
5b74f2591b
@ -45,7 +45,9 @@ export default Vue.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
this.$store.commit('setUiHeaderHeight', this.$refs.root.offsetHeight);
|
this.$nextTick(() => {
|
||||||
|
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 New Issue
Block a user