Make mouse wheel scroll to do zoom in/out in diagram

To achieve that, you’d need to implement a custom extension which would replace the ZoomScroll module.

You can read more on why we decided on the way it’s implemented at Zooming or vertical scrolling: What should be the default mouse wheel action?