mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-27 09:53:08 +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,
|
||||
scrollbar: {
|
||||
vertical: "hidden",
|
||||
handleMouseWheel: false,
|
||||
alwaysConsumeMouseWheel: false,
|
||||
},
|
||||
minimap: {
|
||||
enabled: false,
|
||||
|
|
Loading…
Reference in a new issue