forked from MapComplete/MapComplete
Quick fixes
This commit is contained in:
parent
bd7cba420c
commit
29a0a3ee81
5 changed files with 5 additions and 5 deletions
|
@ -20,7 +20,7 @@ export default class SelectedFeatureHandler {
|
|||
hash.addCallback(h => {
|
||||
console.log("Hash is now ", h)
|
||||
if (h === undefined || h === "") {
|
||||
console.log("Deselecting feature...")
|
||||
console.error("Deselecting feature...")
|
||||
selectedFeature.setData(undefined);
|
||||
}else{
|
||||
self.selectFeature();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue