diff --git a/apps/browser/src/autofill/overlay/content/autofill-overlay-inline-menu-elements.ts b/apps/browser/src/autofill/overlay/content/autofill-overlay-inline-menu-elements.ts index 11b57cfc15c..cec2f569948 100644 --- a/apps/browser/src/autofill/overlay/content/autofill-overlay-inline-menu-elements.ts +++ b/apps/browser/src/autofill/overlay/content/autofill-overlay-inline-menu-elements.ts @@ -79,8 +79,6 @@ export class AutofillOverlayInlineMenuElements implements InlineMenuElementsInte * longer triggers. */ private removeInlineMenu = (message?: AutofillExtensionMessage) => { - return; - if (message?.overlayElement === AutofillOverlayElement.Button) { this.removeInlineMenuButton(); return;