[Code health] Clean up DrawAreaTaskViewModel
#2909
Labels
type: code health
Improvements to readability or robustness of codebase
DrawAreaTaskViewModel
#2909
The view model's method and state do not reflect the UI interactions clearly - refactoring and renaming methods to reflect key UI actions will help. We may also be able to remove indirection and duplication between
vertices
,refreshMap()
, and_draftArea
.The text was updated successfully, but these errors were encountered: