diff --git a/pkg/extension/src/manifest.json b/pkg/extension/src/manifest.json index d2aee9c93..c82046e48 100644 --- a/pkg/extension/src/manifest.json +++ b/pkg/extension/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "process.env.EXTENSION_NAME", "short_name": "process.env.EXTENSION_NAME", - "version": "2.4.2", + "version": "2.4.4", "description": "Save PDFs and Articles to your Omnivore library", "author": "Omnivore Media, Inc", "default_locale": "en", diff --git a/pkg/extension/src/scripts/content/toast.js b/pkg/extension/src/scripts/content/toast.js index 926cb9360..1751b497f 100644 --- a/pkg/extension/src/scripts/content/toast.js +++ b/pkg/extension/src/scripts/content/toast.js @@ -220,7 +220,9 @@ } }) - currentToastEl.focus() + currentToastEl.focus({ + preventScroll: true, + }) } function updatePageStatus(status) {