Remove all inheritDoc tags from src/ol/interaction
This commit is contained in:
@@ -162,7 +162,8 @@ class MouseWheelZoom extends Interaction {
|
||||
/**
|
||||
* Handles the {@link module:ol/MapBrowserEvent map browser event} (if it was a mousewheel-event) and eventually
|
||||
* zooms the map.
|
||||
* @override
|
||||
* @param {import("../MapBrowserEvent.js").default} mapBrowserEvent Map browser event.
|
||||
* @return {boolean} `false` to stop event propagation.
|
||||
*/
|
||||
handleEvent(mapBrowserEvent) {
|
||||
if (!this.conditionInternal_(mapBrowserEvent)) {
|
||||
|
||||
Reference in New Issue
Block a user