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
I have 2 tabs open. On tab 1 I click login and the state changes in ~1-2 seconds. If I quickly focus the 2nd tab before the changes in tab 1 the ngStorage doesn't update due to !doc.hasFocus || !doc.hasFocus(). Why is this placed here?
This is done in Chrome 71.0.3578.98 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered:
I have 2 tabs open. On tab 1 I click login and the state changes in ~1-2 seconds. If I quickly focus the 2nd tab before the changes in tab 1 the ngStorage doesn't update due to
!doc.hasFocus || !doc.hasFocus()
. Why is this placed here?This is done in Chrome 71.0.3578.98 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: