pages/search: add actionbox handlers

This commit is contained in:
He4eT 2024-01-21 03:33:43 +01:00
commit 45cf56e255
3 changed files with 83 additions and 2 deletions

View file

@ -62,6 +62,7 @@ export const init = ({
return state
},
actions: {
updateState,
goToTab(id) {
browserTabs.update(id, { active: true })
.then(updateState)