blish-hud / Pathing

[Module] The official pathing module which adds marker and trail support to Blish HUD.
https://blishhud.com/docs/markers/
MIT License
13 stars 10 forks source link

Behaviors and filters should not trigger when the marker is not visible. #14

Closed dlamkins closed 3 years ago

dlamkins commented 3 years ago

Markers can still be triggered despite being disabled by category or by other behaviors assigned to the marker / trail. Before triggering the pathable should be checked to ensure it's not filtered first.

This is most notable with info text which will fade in for disabled packs and potentially get stuck on screen.