mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Backport pull request #4069 from jellyfin/release-10.8.z
Fix images sometimes not un-blurring
Original-merge: 4c99480c42
Merged-by: Bill Thornton <thornbill@users.noreply.github.com>
Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
9439ea408e
commit
25e896ad6b
2 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,7 @@ worker.addEventListener(
|
|||
source = entry;
|
||||
}
|
||||
|
||||
if (entry.intersectionRatio > 0) {
|
||||
if (entry.isIntersecting) {
|
||||
if (source) {
|
||||
fillImageElement(target, source);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue