Revert "Remove mousewheel event name workaround"
This reverts commit20ce664068. Reverted upstream:4ee0daca0e
This commit is contained in:
@@ -265,7 +265,7 @@ ol.Map = function(options) {
|
||||
goog.events.EventType.TOUCHSTART,
|
||||
goog.events.EventType.MSPOINTERDOWN,
|
||||
ol.MapBrowserEvent.EventType.POINTERDOWN,
|
||||
goog.events.EventType.MOUSEWHEEL
|
||||
goog.userAgent.GECKO ? 'DOMMouseScroll' : 'mousewheel'
|
||||
], goog.events.Event.stopPropagation);
|
||||
goog.dom.appendChild(this.viewport_, this.overlayContainerStopEvent_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user