Skip to content

Commit

Permalink
Fix layer manager issue
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 11, 2024
1 parent a97892a commit a479beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leafmap/leafmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self, **kwargs):
self.geojson_layers = []
self.edit_mode = False
self.edit_props = []
self._layer_manager_widget = None
self._layer_manager_widget = widgets.VBox()

# sandbox path for Voila app to restrict access to system directories.
if "sandbox_path" not in kwargs:
Expand Down

0 comments on commit a479beb

Please sign in to comment.