Skip to content

Commit

Permalink
Merge pull request #906 from PEM-Humboldt/feature/bugMapPolygonForClean
Browse files Browse the repository at this point in the history
move areaListChange function
  • Loading branch information
hacheG authored Feb 12, 2024
2 parents 6942eb6 + f3403c2 commit dc0b9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1600,6 +1600,7 @@ class Search extends Component {
geofenceChange: this.innerElementChange,
polygonChange: () => {
this.setState({ drawPolygonEnabled: true });
this.shutOffLayer()
},
}}
description={Description()}
Expand Down

0 comments on commit dc0b9b2

Please sign in to comment.