Fix bug with strayclickhandler on desktop

This commit is contained in:
Pieter Vander Vennet 2020-09-15 14:00:31 +02:00
parent 9e6460030b
commit fcfdbf56c5
2 changed files with 8 additions and 4 deletions

View file

@ -36,6 +36,7 @@ export class StrayClickHandler {
self._lastMarker.on("click", () => {
State.state.fullScreenMessage.setData(self._uiToShow());
uiElement.Update();
});
});