Merge pull request #2790 from omnivore-app/fix/extension-prevent-scroll
Prevent scroll on focus of the extension toast element
This commit is contained in:
@ -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",
|
||||
|
||||
@ -220,7 +220,9 @@
|
||||
}
|
||||
})
|
||||
|
||||
currentToastEl.focus()
|
||||
currentToastEl.focus({
|
||||
preventScroll: true,
|
||||
})
|
||||
}
|
||||
|
||||
function updatePageStatus(status) {
|
||||
|
||||
Reference in New Issue
Block a user