From f7a2bb2c26ad39edd09233e43de6e3bb31149ea2 Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Wed, 1 May 2024 01:16:20 -0500 Subject: [PATCH] [PM-5189] Add a fallback for image assets that do not load correctly --- .../overlay/content/autofill-overlay-inline-menu-elements.ts | 2 -- 1 file changed, 2 deletions(-) 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;