fix(client): Better wheel handling
This commit is contained in:
		
							parent
							
								
									e18caa3396
								
							
						
					
					
						commit
						eb275a62a6
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -1,5 +1,5 @@ | |||
| <template> | ||||
| <div class="mk-deck" :class="`${$store.state.device.deckColumnAlign}`" v-hotkey.global="keymap" @wheel="onWheel"> | ||||
| <div class="mk-deck" :class="`${$store.state.device.deckColumnAlign}`" v-hotkey.global="keymap"> | ||||
| 	<x-sidebar ref="nav"/> | ||||
| 
 | ||||
| 	<!-- TODO: deckMainColumnPlace を見て位置変える --> | ||||
|  | @ -110,6 +110,7 @@ export default Vue.extend({ | |||
| 	created() { | ||||
| 		document.documentElement.style.overflowY = 'hidden'; | ||||
| 		document.documentElement.style.scrollBehavior = 'auto'; | ||||
| 		window.addEventListener('wheel', this.onWheel); | ||||
| 
 | ||||
| 		if (this.$store.getters.isSignedIn) { | ||||
| 			this.connection = this.$root.stream.useSharedConnection('main'); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue