diff --git a/apps/browser/src/autofill/overlay/inline-menu/content/autofill-inline-menu-content.service.ts b/apps/browser/src/autofill/overlay/inline-menu/content/autofill-inline-menu-content.service.ts index 910b70f529..dcf3ef54e8 100644 --- a/apps/browser/src/autofill/overlay/inline-menu/content/autofill-inline-menu-content.service.ts +++ b/apps/browser/src/autofill/overlay/inline-menu/content/autofill-inline-menu-content.service.ts @@ -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 = {