diff --git a/src/content/autofiller.ts b/src/content/autofiller.ts index 58de1c237b..2a1af3c8d2 100644 --- a/src/content/autofiller.ts +++ b/src/content/autofiller.ts @@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', event => { let delayFillTimeout: number; setInterval(() => doFillIfNeeded(), 500); - + chrome.runtime.onMessage.addListener((msg: any, sender: any, sendResponse: Function) => { if (msg.command === 'fillForm' && pageHref === msg.url) { filledThisHref = true; diff --git a/src/popup/vault/add-edit.component.html b/src/popup/vault/add-edit.component.html index 1dd3c6b651..11cfbaf4d1 100644 --- a/src/popup/vault/add-edit.component.html +++ b/src/popup/vault/add-edit.component.html @@ -266,7 +266,7 @@ - +