1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

slideshow: show controls when touched

It appears that a previous commit changed the blocks so that only mouse events were recognized.
This commit is contained in:
tcely 2024-09-03 20:09:57 -04:00 committed by GitHub
parent 6b1352a855
commit 455db67286
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -732,9 +732,8 @@ export default function (options) {
obj.x = eventX; obj.x = eventX;
obj.y = eventY; obj.y = eventY;
showOsd();
} }
showOsd();
} }
/** /**