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
Eliminated Race Condition Between React and MutationObserver:
Previously, window.__edgeShouldReset deleted the panel ID from closedPanelsForReset immediately when React rendered.
When the DOM MutationObserver fired 1ms later, wasExplicitlyClosed evaluated to false, causing the wakeup engine to restore the old page from currentSrc.
Added recentlyResetPanels safety tracking and guaranteed that once a panel is explicitly closed with (X), it will never restore old articles or chats on reopen across any website.