Fixes typing issue in DragPan.js
This commit is contained in:
@@ -167,7 +167,7 @@ class DragPan extends PointerInteraction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {ol.MapBrowserEvent} mapBrowserEvent Browser event.
|
* @param {import("../MapBrowserPointerEvent.js").default} mapBrowserEvent Browser event.
|
||||||
* @return {boolean} Combined condition result.
|
* @return {boolean} Combined condition result.
|
||||||
*/
|
*/
|
||||||
function defaultCondition(mapBrowserEvent) {
|
function defaultCondition(mapBrowserEvent) {
|
||||||
|
|||||||
Reference in New Issue
Block a user