1
0
Fork 0
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:
Luke Pulverenti 2016-08-25 14:24:54 -04:00
parent b2e32e64ae
commit f4473116d1
5 changed files with 19 additions and 5 deletions

View file

@ -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();
}