mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Prevent scroll on focus of the extension toast element
This commit is contained in:
parent
0a50215abc
commit
3ce15cf4d5
1 changed files with 3 additions and 1 deletions
|
|
@ -220,7 +220,9 @@
|
|||
}
|
||||
})
|
||||
|
||||
currentToastEl.focus()
|
||||
currentToastEl.focus({
|
||||
preventScroll: true,
|
||||
})
|
||||
}
|
||||
|
||||
function updatePageStatus(status) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue