Don't import ourselves
This commit is contained in:
@@ -71,7 +71,7 @@ class KeyboardZoom extends Interaction {
|
||||
* key pressed was '+' or '-').
|
||||
* @param {import("../MapBrowserEvent.js").default} mapBrowserEvent Map browser event.
|
||||
* @return {boolean} `false` to stop event propagation.
|
||||
* @this {import("./KeyboardZoom.js").default}
|
||||
* @this {KeyboardZoom}
|
||||
*/
|
||||
function handleEvent(mapBrowserEvent) {
|
||||
let stopEvent = false;
|
||||
|
||||
Reference in New Issue
Block a user