Quick fixes

This commit is contained in:
Pieter Vander Vennet 2021-02-24 22:01:21 +01:00
parent bd7cba420c
commit 29a0a3ee81
5 changed files with 5 additions and 5 deletions

View file

@ -394,7 +394,7 @@ export class InitUiElements {
new ShowDataLayer(source.features, State.state.leafletMap,
State.state.layoutToUse);
new SelectedFeatureHandler(Hash.hash, State.state.selectedElement, source);
// TOO reenable new SelectedFeatureHandler(Hash.hash, State.state.selectedElement, source);
}