Prevent scroll on focus of the extension toast element

This commit is contained in:
Jackson Harper 2023-09-22 08:12:13 +08:00
parent 0a50215abc
commit 3ce15cf4d5

View file

@ -220,7 +220,9 @@
}
})
currentToastEl.focus()
currentToastEl.focus({
preventScroll: true,
})
}
function updatePageStatus(status) {