Remove all inheritDoc tags from src/ol/interaction
This commit is contained in:
@@ -70,7 +70,8 @@ class DragRotateAndZoom extends PointerInteraction {
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* Handle pointer drag events.
|
||||
* @param {import("../MapBrowserPointerEvent.js").default} mapBrowserEvent Event.
|
||||
*/
|
||||
handleDragEvent(mapBrowserEvent) {
|
||||
if (!mouseOnly(mapBrowserEvent)) {
|
||||
@@ -100,7 +101,9 @@ class DragRotateAndZoom extends PointerInteraction {
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* Handle pointer up events.
|
||||
* @param {import("../MapBrowserPointerEvent.js").default} mapBrowserEvent Event.
|
||||
* @return {boolean} If the event was consumed.
|
||||
*/
|
||||
handleUpEvent(mapBrowserEvent) {
|
||||
if (!mouseOnly(mapBrowserEvent)) {
|
||||
@@ -116,7 +119,9 @@ class DragRotateAndZoom extends PointerInteraction {
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
* Handle pointer down events.
|
||||
* @param {import("../MapBrowserPointerEvent.js").default} mapBrowserEvent Event.
|
||||
* @return {boolean} If the event was consumed.
|
||||
*/
|
||||
handleDownEvent(mapBrowserEvent) {
|
||||
if (!mouseOnly(mapBrowserEvent)) {
|
||||
|
||||
Reference in New Issue
Block a user