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:
@@ -79,8 +79,6 @@ export class AutofillOverlayInlineMenuElements implements InlineMenuElementsInte
|
||||
* longer triggers.
|
||||
*/
|
||||
private removeInlineMenu = (message?: AutofillExtensionMessage) => {
|
||||
return;
|
||||
|
||||
if (message?.overlayElement === AutofillOverlayElement.Button) {
|
||||
this.removeInlineMenuButton();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user