From 6b63d7ebbb23f14864e102e85c3ed43973fcff17 Mon Sep 17 00:00:00 2001 From: Falko Schindler Date: Wed, 18 Dec 2024 16:10:24 +0100 Subject: [PATCH] Update nicegui/elements/leaflet.js --- nicegui/elements/leaflet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nicegui/elements/leaflet.js b/nicegui/elements/leaflet.js index cb661b370..438af9271 100644 --- a/nicegui/elements/leaflet.js +++ b/nicegui/elements/leaflet.js @@ -64,7 +64,7 @@ export default { "preclick", "zoomanim", ]) { - this.map.on(type, async (e) => { + this.map.on(type, (e) => { this.$emit(`map-${type}`, { ...e, originalEvent: undefined,