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:
@@ -1314,6 +1314,7 @@ class CollectAutofillContentService implements CollectAutofillContentServiceInte
|
|||||||
|
|
||||||
const cachedAutofillFieldElement = this.autofillFieldElements.get(formFieldElement);
|
const cachedAutofillFieldElement = this.autofillFieldElements.get(formFieldElement);
|
||||||
if (!cachedAutofillFieldElement) {
|
if (!cachedAutofillFieldElement) {
|
||||||
|
this.intersectionObserver.unobserve(entry.target);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1324,7 +1325,6 @@ class CollectAutofillContentService implements CollectAutofillContentServiceInte
|
|||||||
}
|
}
|
||||||
|
|
||||||
cachedAutofillFieldElement.viewable = true;
|
cachedAutofillFieldElement.viewable = true;
|
||||||
|
|
||||||
void this.autofillOverlayContentService?.setupAutofillInlineMenuListenerOnField(
|
void this.autofillOverlayContentService?.setupAutofillInlineMenuListenerOnField(
|
||||||
formFieldElement,
|
formFieldElement,
|
||||||
cachedAutofillFieldElement,
|
cachedAutofillFieldElement,
|
||||||
|
|||||||
Reference in New Issue
Block a user