Skip to content

Commit

Permalink
Fix issue #1980: opened_symbol option in TreeLayerControl not functio…
Browse files Browse the repository at this point in the history
…ning (#1981)

Co-authored-by: James Doyle <[email protected]>
  • Loading branch information
Doyley1 and James Doyle authored Jun 25, 2024
1 parent 8bc6b02 commit 6ddb448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folium/plugins/treelayercontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def __init__(
super().__init__()
self._name = "TreeLayerControl"
kwargs["closed_symbol"] = closed_symbol
kwargs["openened_symbol"] = opened_symbol
kwargs["opened_symbol"] = opened_symbol
kwargs["space_symbol"] = space_symbol
kwargs["selector_back"] = selector_back
kwargs["named_toggle"] = named_toggle
Expand Down

0 comments on commit 6ddb448

Please sign in to comment.