We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c9f04 commit 14a7711Copy full SHA for 14a7711
folium/map.py
@@ -34,7 +34,7 @@ class Evented(MacroElement):
34
"""
35
36
def on(self, **event_map: JsCode):
37
- self._add(False, **event_map)
+ self._add(once=False, **event_map)
38
39
def once(self, **event_map: JsCode):
40
self._add(True, **event_map)
0 commit comments