1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-09 19:28:06 +01:00

[PM-5189] Removing unnecessary property

This commit is contained in:
Cesar Gonzalez 2024-06-12 12:59:12 -05:00
parent 9ce72f0170
commit ecd5558550
No known key found for this signature in database
GPG Key ID: 3381A5457F8CCECF

View File

@ -25,7 +25,6 @@ export class AutofillInlineMenuContentService implements AutofillInlineMenuConte
private isListVisible = false;
private inlineMenuElementsMutationObserver: MutationObserver;
private bodyElementMutationObserver: MutationObserver;
private documentElementMutationObserver: MutationObserver;
private mutationObserverIterations = 0;
private mutationObserverIterationsResetTimeout: number | NodeJS.Timeout;
private readonly customElementDefaultStyles: Partial<CSSStyleDeclaration> = {