From 61a4ca056d969c6e8828fb2cabc1067b250c625c Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Tue, 24 Sep 2024 10:47:27 -0500 Subject: [PATCH] [PM-8833] Implementing final elements of the rough sketch before continuing refinement --- apps/browser/src/autofill/background/overlay.background.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/browser/src/autofill/background/overlay.background.ts b/apps/browser/src/autofill/background/overlay.background.ts index 57abade426..1d5e14a814 100644 --- a/apps/browser/src/autofill/background/overlay.background.ts +++ b/apps/browser/src/autofill/background/overlay.background.ts @@ -1566,6 +1566,9 @@ export class OverlayBackground implements OverlayBackgroundInterface { fillNewPassword: true, allowTotpAutofill: false, }); + + // TODO - Need to find a better way to approach this, I'm not a fan of this at all. + globalThis.setTimeout(() => this.openInlineMenu(port.sender, true), 400); } /**