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
After I click a button or close and the alert pups-up, I press "stay" than immediately press the same button the alert does not pop-up anymore. and the browser let's me leave without any alert.
But if I wait for a second or two then the alert works again.
The text was updated successfully, but these errors were encountered:
Yeah, I had the same issue, it's because there is a delay 900 milliseconds, window.setTimeout(function () { window.aysHasPrompted = false; }, 900);
So you can manually change it to 0 and that's ok
After I click a button or close and the alert pups-up, I press "stay" than immediately press the same button the alert does not pop-up anymore. and the browser let's me leave without any alert.
But if I wait for a second or two then the alert works again.
The text was updated successfully, but these errors were encountered: