Skip to content

Commit f33005d

Browse files
authored
fix: revert to legacy draw control due to errors (#958)
1 parent 3c81c9d commit f33005d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sepal_ui/mapping/draw_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from sepal_ui import color
1111

1212

13-
class DrawControl(ipl.GeomanDrawControl):
13+
class DrawControl(ipl.DrawControl):
1414

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

0 commit comments

Comments
 (0)