vankop / jsoneditor-react

react wrapper implementation for https://github.com/josdejong/jsoneditor
MIT License
263 stars 106 forks source link

Cannot scroll with mouse wheel when passing ace parameter #71

Open cyrojyro opened 2 years ago

cyrojyro commented 2 years ago

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.