Remove lint
This commit is contained in:
@@ -179,7 +179,9 @@ class MouseWheelZoom extends Interaction {
|
||||
}
|
||||
|
||||
const map = mapBrowserEvent.map;
|
||||
const wheelEvent = /** @type {WheelEvent} */ (mapBrowserEvent.originalEvent);
|
||||
const wheelEvent = /** @type {WheelEvent} */ (
|
||||
mapBrowserEvent.originalEvent
|
||||
);
|
||||
wheelEvent.preventDefault();
|
||||
|
||||
if (this.useAnchor_) {
|
||||
|
||||
Reference in New Issue
Block a user