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
We are currently using multiple instances of this component but they should share external window (when used).
We should introduce a behavior where we observe isAttached along with isVisible and call syncImageState() whenever any of them changes into a state where both are true:
@nomego the problem is that we don't have a reliable way of knowing when the element becomes invisible again. This is a problem when you navigate forwards through the queue and the go backwards. The isVisible prop will remain true and the image viewer will not update.
We are currently using multiple instances of this component but they should share external window (when used).
We should introduce a behavior where we observe
isAttached
along withisVisible
and callsyncImageState()
whenever any of them changes into a state where both are true:Pseudo-code:
The text was updated successfully, but these errors were encountered: