We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c703937 commit a674763Copy full SHA for a674763
v3/manifest.json
@@ -1,6 +1,6 @@
1
{
2
"manifest_version": 3,
3
- "version": "0.6.5",
+ "version": "0.6.6",
4
"name": "Auto Tab Discard",
5
"description": "__MSG_app_description__",
6
"default_locale": "en",
v3/worker/menu.mjs
@@ -185,7 +185,7 @@ import {interrupts} from './plugins/loader.mjs';
185
}));
186
}
187
// discard-tree for native
188
- if (tab.highlighted && menuItemId === 'discard-tree') { // if a single not-active tab is called
+ else if (tab.highlighted && menuItemId === 'discard-tree') { // if a single not-active tab is called
189
const tbs = tabs.filter(t => t.highlighted);
190
if (tbs.length > 1) {
191
htabs.push(...tbs);
0 commit comments