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
When unlocking a page, turning off productivity mode, or just navigating away (if possible), the locked page probably shouldn't be available in the tab history (as it doesn't really serve a purpose and is kind of just annoying).
Seems like it could be fixed by using window.location.replace(url); instead of window.location.href.
The text was updated successfully, but these errors were encountered:
When unlocking a page, turning off productivity mode, or just navigating away (if possible), the locked page probably shouldn't be available in the tab history (as it doesn't really serve a purpose and is kind of just annoying).
Seems like it could be fixed by using
window.location.replace(url);
instead ofwindow.location.href
.The text was updated successfully, but these errors were encountered: