1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

[PM-5189] Adjusting an implementation detail when collection page details

This commit is contained in:
Cesar Gonzalez
2024-05-22 07:41:40 -05:00
parent 5f811489c8
commit b5ba645a28

View File

@@ -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,