diff --git a/src/content.js b/src/content.js index cf13782..0568eda 100644 --- a/src/content.js +++ b/src/content.js @@ -291,7 +291,6 @@ function prefixInsertionFlow(event) { const entry = ACTION_KEY_TO_ENTRY[event.code] chrome.storage.sync.get([entry], function (result) { - document.activeElement.nextSibling.textContent = "" document.activeElement.value = result[entry] }); diff --git a/src/manifest.json b/src/manifest.json index a8a60b2..ffb93d1 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Calendar Hours Counter", "description": "(For Google Calendar configured with English (US) language)", - "version": "2.4.1", + "version": "2.4.2", "icons": { "16": "calendar16.png", "48": "calendar48.png",