Skip to content

Commit

Permalink
fix: revert to legacy draw control due to errors (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom authored Nov 22, 2024
1 parent 3c81c9d commit f33005d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sepal_ui/mapping/draw_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from sepal_ui import color


class DrawControl(ipl.GeomanDrawControl):
class DrawControl(ipl.DrawControl):

m: Optional[ipl.Map] = None
"the map on which he drawControl is displayed. It will help control the visibility"
Expand Down

0 comments on commit f33005d

Please sign in to comment.