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 {
|
return {
|
||||||
success: true,
|
success: true,
|
||||||
tabId,
|
tabId,
|
||||||
|
|||||||
Reference in New Issue
Block a user