Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
395 stars 73 forks source link

bug(Tool UI): Fix visible tools on first render #1208

Closed Kruptein closed 1 year ago

Kruptein commented 1 year ago

The vision and filter tools are only shown if there is some extra condition relevant. This condition was only evaluated when changing tool mode. This meant that upon opening these tools were not visible in play mode even when they should have been until you swapped to build mode and back.

Fixes #1201