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
As noted in the commit message for 24cac2c, this regresses on one small behavior specified at the end of this comment and implemented in 284e3de, but I'm not terribly upset about it since it's such an obscure use case and not an incredibly disruptive difference.
Use an onActivated listener to update last_tab_id every time the active tab is
changed, not just when it's through KeepTabs. This does break one small
behaivor: before when the user opened tab search with the hotkey, then manually
closed tab search without selecting a tab, the last tab would be saved as the
tab that tab search was launched from. Now, it's saved as the tab search tab
(which has been closed), so trying to navigate to the previous tab doesn't do
anything. But this is a pretty obscure use case (you shouldn't really be
manually cancelling searches often), and it's not even that big a disruption
when it happens, so I'm fine with it.
Implement this suggestion on #14 using https://developer.chrome.com/extensions/tabs#event-onActivated.
The text was updated successfully, but these errors were encountered: