mirror of
				https://github.com/livebook-dev/livebook.git
				synced 2025-11-01 00:06:04 +08:00 
			
		
		
		
	Set alwaysConsumeMouseWheel to false instead of disabling it
This commit is contained in:
		
							parent
							
								
									90fb77b878
								
							
						
					
					
						commit
						6cbf4d1fb0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -72,7 +72,7 @@ class LiveEditor { | ||||||
|       value: this.source, |       value: this.source, | ||||||
|       scrollbar: { |       scrollbar: { | ||||||
|         vertical: "hidden", |         vertical: "hidden", | ||||||
|         handleMouseWheel: false, |         alwaysConsumeMouseWheel: false, | ||||||
|       }, |       }, | ||||||
|       minimap: { |       minimap: { | ||||||
|         enabled: false, |         enabled: false, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue