diff --git a/popup/tabswiper/modules/store.js b/popup/tabswiper/modules/store.js index 63f125f..bb06134 100644 --- a/popup/tabswiper/modules/store.js +++ b/popup/tabswiper/modules/store.js @@ -12,7 +12,7 @@ export const init = ({ /* */ const fetchTabs = () => - browserTabs.query({ currentWindow: true }) + browserTabs.query({ currentWindow: true, active: false }) .then((tabs) => tabs.reverse()) .then((tabs) => void (state.tabs = tabs))