Set alwaysConsumeMouseWheel to false instead of disabling it

This commit is contained in:
José Valim 2021-04-12 13:04:54 +02:00
parent 90fb77b878
commit 6cbf4d1fb0

View file

@ -72,7 +72,7 @@ class LiveEditor {
value: this.source,
scrollbar: {
vertical: "hidden",
handleMouseWheel: false,
alwaysConsumeMouseWheel: false,
},
minimap: {
enabled: false,