jsoneditor-react
jsoneditor-react copied to clipboard
Cannot scroll with mouse wheel when passing ace parameter
trafficstars
passing ace parameter disables scrolling with mouse wheel. (trackpad scrolling works well - macbook macos 10.15.7)
<JsonEditor ... **ace={ace}**/>
Editor without ace parameter is mouse-wheel scrollable. I don't think this is an intended feature.