We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1210ce + ffafdda commit 495b331Copy full SHA for 495b331
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