From 2c4a54df148849c9127053519239bdeb6f18ce03 Mon Sep 17 00:00:00 2001 From: Dan Ortega Date: Fri, 25 Oct 2024 14:44:20 -0500 Subject: [PATCH] fix for content insertion flow from Google Calendar UI updated today --- src/content.js | 1 - src/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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",