diff --git a/src/excmds.ts b/src/excmds.ts index c939594b..94b2126e 100644 --- a/src/excmds.ts +++ b/src/excmds.ts @@ -1315,7 +1315,7 @@ export async function open(...urlarr: string[]) { `, ) } else { - const tab = await activeTab() + const tab = await ownTab() return openInTab(tab, {}, urlarr) } }