1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[PM-5189] Add a fallback for image assets that do not load correctly

This commit is contained in:
Cesar Gonzalez
2024-05-01 01:16:20 -05:00
parent 828e187dc4
commit f7a2bb2c26

View File

@@ -79,8 +79,6 @@ export class AutofillOverlayInlineMenuElements implements InlineMenuElementsInte
* longer triggers.
*/
private removeInlineMenu = (message?: AutofillExtensionMessage) => {
return;
if (message?.overlayElement === AutofillOverlayElement.Button) {
this.removeInlineMenuButton();
return;