fix(ext): wait for new tab to load
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user