mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix hover menus
This commit is contained in:
parent
b2e32e64ae
commit
f4473116d1
5 changed files with 19 additions and 5 deletions
|
@ -156,7 +156,7 @@
|
|||
|
||||
function onCardOverlayButtonsClick(e) {
|
||||
|
||||
var button = dom.parentWithTag(e.target, 'BUTTON');
|
||||
var button = dom.parentWithClass(e.target, 'btnUserData');
|
||||
if (button) {
|
||||
e.stopPropagation();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue