Small fixes

This commit is contained in:
Pieter Vander Vennet 2021-02-20 02:09:41 +01:00
parent 416a76ae4f
commit b24290e464
4 changed files with 6 additions and 4 deletions

View file

@ -145,6 +145,7 @@ export default class ShowDataLayer {
leafletLayer.on("popupopen", () => {
State.state.selectedElement.setData(feature);
uiElement.Activate();
uiElement.Update();
})
State.state.selectedElement.addCallbackAndRun(selected => {