We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1210ce commit ffafddaCopy full SHA for ffafdda
1 file changed
folium/map.py
@@ -445,6 +445,7 @@ def add_child(self, child, name=None, index=None):
445
self.set_icon(child)
446
else:
447
super().add_child(child, name, index)
448
+ return self
449
450
451
class Popup(MacroElement):
0 commit comments