mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
[PM-5189] Adjusting an implementation detail when collection page details
This commit is contained in:
@@ -1314,6 +1314,7 @@ class CollectAutofillContentService implements CollectAutofillContentServiceInte
|
||||
|
||||
const cachedAutofillFieldElement = this.autofillFieldElements.get(formFieldElement);
|
||||
if (!cachedAutofillFieldElement) {
|
||||
this.intersectionObserver.unobserve(entry.target);
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -1324,7 +1325,6 @@ class CollectAutofillContentService implements CollectAutofillContentServiceInte
|
||||
}
|
||||
|
||||
cachedAutofillFieldElement.viewable = true;
|
||||
|
||||
void this.autofillOverlayContentService?.setupAutofillInlineMenuListenerOnField(
|
||||
formFieldElement,
|
||||
cachedAutofillFieldElement,
|
||||
|
||||
Reference in New Issue
Block a user