Skip to content

Commit

Permalink
Use hash key
Browse files Browse the repository at this point in the history
  • Loading branch information
blackary committed Dec 19, 2024
1 parent 92a0e6d commit a3a3d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_folium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def _on_change():
script=leaflet,
html=html,
id=m_id,
key=generate_js_hash(leaflet, key, return_on_hover),
key=hash_key,
height=height,
width=width,
returned_objects=returned_objects,
Expand Down

0 comments on commit a3a3d73

Please sign in to comment.