mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +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 });
|
||||
if (currentTab != null) {
|
||||
this.doCheck(tab);
|
||||
this.doCheck(currentTab);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user