Skip to content

Commit

Permalink
Update nicegui/elements/leaflet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler authored Dec 18, 2024
1 parent d58e162 commit 6b63d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nicegui/elements/leaflet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6b63d7e

Please sign in to comment.