Open shaxulyan-hovhannes opened 1 year ago
Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. Have such an issue after adding ZoomableGroup Component.
I'm here also because I was looking for a way to disable the mouse "wheel" event to prevent scrolling to a certain map.zoom level...
map.zoom
Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. Have such an issue after adding ZoomableGroup Component.