mibpl / StreetViewGame

MIT License
1 stars 1 forks source link

Run refreshMarkers explicitly on mount #24

Closed anula closed 3 years ago

anula commented 3 years ago

Otherwise, it is not run for the last user to guess.

It worked before the fix for "blinking" leaderboard at the beginning of the round. Now RoundStatus is probably created/mounted only as the leaderboard is shown, so it can't catch any updates as nothing changed since it was created.