mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
pass currentTab to doCheck
This commit is contained in:
@@ -718,7 +718,7 @@ export default class MainBackground {
|
|||||||
|
|
||||||
const currentTab = await this.tabsQueryFirst({ active: true, currentWindow: true });
|
const currentTab = await this.tabsQueryFirst({ active: true, currentWindow: true });
|
||||||
if (currentTab != null) {
|
if (currentTab != null) {
|
||||||
this.doCheck(tab);
|
this.doCheck(currentTab);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user