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; }