pages/search: store: closeCurrentTab

This commit is contained in:
He4eT 2024-01-21 20:36:39 +01:00
commit c6f4fda801
4 changed files with 12 additions and 13 deletions

View file

@ -5,6 +5,7 @@ import * as inputHandlers from './modules/inputHandlers.js'
const store = Store.init({
tabs: browser.tabs,
onStateUpdate: dom.updateSearchResults,
closeCurrentTab: () => window.close(),
})
void inputHandlers.attachInputHandlers(store)