issues
search
cxw42
/
TabFern
Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
https://cxw42.github.io/TabFern/
Other
171
stars
29
forks
source link
Fixes in onTabReplaced()
#305
Closed
cxw42
closed
1 year ago
cxw42
commented
1 year ago
[x] Pending confirmation from the reporter.
Includes:
Typo fixes
Throw rather than warning on failures.
Standardize on
Id
as a suffix in TF code (doesn't apply to the DOM, of course) and change the few remaining
ID
s to
Id
. This will hopefully reduce the chance a bug like this will recur.
Fixes #304.
Includes:
Id
as a suffix in TF code (doesn't apply to the DOM, of course) and change the few remainingID
s toId
. This will hopefully reduce the chance a bug like this will recur.Fixes #304.