Skip to content

Commit

Permalink
fix trailing white space in draw.py (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conengmo authored Oct 19, 2024
1 parent 5a7a173 commit 058f958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folium/plugins/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Draw(JSCSSMixin, MacroElement):
{{ this._parent.get_name() }}.on('draw:created', function(e) {
drawnItems_{{ this.get_name() }}.addLayer(e.layer);
});
{% if this.export %}
document.getElementById('export').onclick = function(e) {
var data = drawnItems_{{ this.get_name() }}.toGeoJSON();
Expand Down

0 comments on commit 058f958

Please sign in to comment.