Fix bug?
This commit is contained in:
		
							parent
							
								
									1c589c7c18
								
							
						
					
					
						commit
						fc05540404
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue