From 2134dc9954441e0cb2da8ab5ae0275010bf61719 Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Tue, 11 Jun 2024 16:12:35 -0500 Subject: [PATCH] [PM-5189] Removing TODO message --- .../src/autofill/services/autofill-overlay-content.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/browser/src/autofill/services/autofill-overlay-content.service.ts b/apps/browser/src/autofill/services/autofill-overlay-content.service.ts index 1a841898599..51541f4bc97 100644 --- a/apps/browser/src/autofill/services/autofill-overlay-content.service.ts +++ b/apps/browser/src/autofill/services/autofill-overlay-content.service.ts @@ -123,7 +123,6 @@ export class AutofillOverlayContentService implements AutofillOverlayContentServ */ openInlineMenu(options: OpenAutofillInlineMenuOptions = {}) { const { isFocusingFieldElement, isOpeningFullInlineMenu, authStatus } = options; - // TODO: It's likely that this method functions more cleanly from the scope of the background. Will address this in a future PR when time allows. if (!this.mostRecentlyFocusedField) { return; }