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.
2 parents 40ff691 + 859fee7 commit f748116Copy full SHA for f748116
1 file changed
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