Fix singleclick and doubleclick events

This commit is contained in:
Andreas Hocevar
2021-03-25 20:55:40 +01:00
parent ccde59cff9
commit 158f6c7bcd
3 changed files with 9 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ import MapEvent from './MapEvent.js';
* @classdesc
* Events emitted as map browser events are instances of this type.
* See {@link module:ol/PluggableMap~PluggableMap} for which events trigger a map browser event.
* @template {UIEvent|import("./MapBrowserEventHandler").PointerEventData} EVENT
* @template {UIEvent} EVENT
*/
class MapBrowserEvent extends MapEvent {
/**