Skip to content

Commit

Permalink
fix for content insertion flow from Google Calendar UI updated today
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortega-Dan committed Oct 25, 2024
1 parent 4db3969 commit 2c4a54d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
});

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2c4a54d

Please sign in to comment.