forked from MapComplete/MapComplete
Small fixes
This commit is contained in:
parent
416a76ae4f
commit
b24290e464
4 changed files with 6 additions and 4 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue