Skip to content

Commit

Permalink
fix broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Jan 3, 2025
1 parent 0720f6b commit 2d7cd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/broadcast.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function doBroadcast() {
continue;
}
if (i && t.active) {
tabs[tabsLen] = tabs[0].id;
tabs[tabsLen] = tabs[0];
tabs[0] = t.id;
} else {
tabs[tabsLen] = t.id;
Expand Down

0 comments on commit 2d7cd05

Please sign in to comment.