pages/search: actions: extract tab to popup

This commit is contained in:
He4eT 2024-01-21 22:08:45 +01:00
commit 194c1fa2bc
3 changed files with 18 additions and 1 deletions

View file

@ -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(),
})