Skip to content

Commit

Permalink
correct bug draw
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck committed Oct 10, 2023
1 parent 4e66d22 commit 6fb9deb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
1 change: 1 addition & 0 deletions components/map/controls/draw-control.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function DrawControl({map, isMapLoaded}) {
}
}
} else {
draw.deleteAll()
draw.changeMode('simple_select')
}
}
Expand Down
53 changes: 0 additions & 53 deletions components/map/draw.js

This file was deleted.

0 comments on commit 6fb9deb

Please sign in to comment.