[PM-8833] Implementing final elements of the rough sketch before continuing refinement

This commit is contained in:
Cesar Gonzalez 2024-09-24 10:47:27 -05:00
parent 9f90816e2c
commit 61a4ca056d
No known key found for this signature in database
GPG Key ID: 3381A5457F8CCECF
1 changed files with 3 additions and 0 deletions

View File

@ -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);
}
/**