We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ff691 commit 859fee7Copy full SHA for 859fee7
components/Map/Map.jsx
@@ -552,7 +552,9 @@ class Map extends React.Component {
552
const features = this.getAllFeaturesAtPoint(e.point);
553
554
if (!features.length) {
555
- this.reset()
+ if(this.hasDistrictSelected()) {
556
+ this.reset()
557
+ }
558
} else {
559
for (let i = 0; i < features.length; i += 1) {
560
const feature = features[i];
0 commit comments