mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Merge pull request #3583 from tridactyl/fixopen
Fix open not running in its tab
This commit is contained in:
commit
fcdcdc028f
1 changed files with 1 additions and 1 deletions
|
@ -1315,7 +1315,7 @@ export async function open(...urlarr: string[]) {
|
|||
`,
|
||||
)
|
||||
} else {
|
||||
const tab = await activeTab()
|
||||
const tab = await ownTab()
|
||||
return openInTab(tab, {}, urlarr)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue