forked from MapComplete/MapComplete
Fix bug with strayclickhandler on desktop
This commit is contained in:
parent
9e6460030b
commit
fcfdbf56c5
2 changed files with 8 additions and 4 deletions
|
@ -36,6 +36,7 @@ export class StrayClickHandler {
|
|||
|
||||
self._lastMarker.on("click", () => {
|
||||
State.state.fullScreenMessage.setData(self._uiToShow());
|
||||
uiElement.Update();
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue