From c69a82a304722098e9e027815c12b0afb3dd1ac0 Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Wed, 12 Jun 2024 13:01:40 -0500 Subject: [PATCH] [PM-5189] Removing unnecessary property --- .../inline-menu/content/autofill-inline-menu-content.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/browser/src/autofill/overlay/inline-menu/content/autofill-inline-menu-content.service.ts b/apps/browser/src/autofill/overlay/inline-menu/content/autofill-inline-menu-content.service.ts index dcf3ef54e8..a9e3b541d3 100644 --- a/apps/browser/src/autofill/overlay/inline-menu/content/autofill-inline-menu-content.service.ts +++ b/apps/browser/src/autofill/overlay/inline-menu/content/autofill-inline-menu-content.service.ts @@ -413,7 +413,6 @@ export class AutofillInlineMenuContentService implements AutofillInlineMenuConte if (this.mutationObserverIterations > 100) { clearTimeout(this.mutationObserverIterationsResetTimeout); this.mutationObserverIterations = 0; - void this.sendExtensionMessage("blurMostRecentlyFocusedField"); this.closeInlineMenu(); return true;