mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-05 01:17:23 +00:00
pages/search: actions: extract tab to popup
This commit is contained in:
parent
60d28b9970
commit
194c1fa2bc
3 changed files with 18 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import * as inputHandlers from './modules/inputHandlers.js'
|
|||
|
||||
const store = Store.init({
|
||||
tabs: browser.tabs,
|
||||
windows: browser.windows,
|
||||
onStateUpdate: dom.updateSearchResults,
|
||||
closeCurrentTab: () => window.close(),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue