mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
[PM-6921] Adjusting method to ensure that page details always remain up to date for when processed
This commit is contained in:
@@ -217,10 +217,8 @@ class OverlayBackground implements OverlayBackgroundInterface {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!pageDetailsMap.has(sender.frameId)) {
|
|
||||||
pageDetailsMap.set(sender.frameId, pageDetails);
|
pageDetailsMap.set(sender.frameId, pageDetails);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Triggers autofill for the selected cipher in the overlay list. Also places
|
* Triggers autofill for the selected cipher in the overlay list. Also places
|
||||||
|
|||||||
Reference in New Issue
Block a user