You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Toggling the visibility of templates (by right clicking the templates icon) works for the template, but does not change the visibility of any attached Sequencer effects, even if they are attached and have bindVisibility set to true.
bindVisibility seems to currently hook sightRefresh, and it seems when MeasuredTemplate.hidden gets updated, only updateMeasuredTemplate gets called:
Describe the bug
Toggling the visibility of templates (by right clicking the templates icon) works for the template, but does not change the visibility of any attached Sequencer effects, even if they are attached and have
bindVisibility
set totrue
.bindVisibility
seems to currently hooksightRefresh
, and it seems whenMeasuredTemplate.hidden
gets updated, onlyupdateMeasuredTemplate
gets called:FoundryVTT-Sequencer/src/canvas-effects/canvas-effect.js
Lines 2081 to 2102 in 2a15af8
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Sequencer effect should be shown or hidden depending on the template it is attached to, if
bindVisibility
is enabled.Setup:
The text was updated successfully, but these errors were encountered: