Kruptein / PlanarAlly

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

bug(UI): Fix token direction UI trigger #1171

Closed Kruptein closed 1 year ago

Kruptein commented 1 year ago

The token direction UI (showing the direction of tokens that are offscreen) was getting priority over all other UI elements causing sometimes a jump to a token to happen instead of a UI element to open.

The behaviour has now changed so that the token direction UI should always have the last priority.

This fixes #1165