fix(ext): wait for new tab to load

This commit is contained in:
Simon
2026-01-27 21:49:06 +08:00
parent 87c3fe36d2
commit e425a3ed9f

View File

@@ -98,6 +98,10 @@ export class TabsController {
})
}
// wait for the new tab to be fully loaded
// @todo
await new Promise((resolve) => setTimeout(resolve, 500))
return {
success: true,
tabId,