mirror of
https://github.com/He4eT/tabswiper.git
synced 2026-05-05 00:57:23 +00:00
Store: skip current tab
This commit is contained in:
parent
bd1a89477b
commit
fb942825ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue