mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-05 01:17:23 +00:00
pages/search: add actionbox handlers
This commit is contained in:
parent
3e770a0d65
commit
45cf56e255
3 changed files with 83 additions and 2 deletions
|
|
@ -62,6 +62,7 @@ export const init = ({
|
|||
return state
|
||||
},
|
||||
actions: {
|
||||
updateState,
|
||||
goToTab(id) {
|
||||
browserTabs.update(id, { active: true })
|
||||
.then(updateState)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue