I had a bit of a dig down with the Chrome debugger last time and the mousewheel event works its way down into Codemirror the way it should, but for some reason codemirror doesn't end up updating itself.
It feels like it's not something the IDE is doing wrong, so maybe I need to look at updating CodeMirror - I'm not sure why it would have regressed though!.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks - that's interesting - I'll give it a try next time that happens.
@Ganblejs what OS are you running?
I had a bit of a dig down with the Chrome debugger last time and the mousewheel event works its way down into Codemirror the way it should, but for some reason codemirror doesn't end up updating itself.
It feels like it's not something the IDE is doing wrong, so maybe I need to look at updating CodeMirror - I'm not sure why it would have regressed though!.