mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #1313 - Button issue
This commit is contained in:
parent
5f2de0b23a
commit
b1beb92143
1 changed files with 7 additions and 0 deletions
|
@ -620,6 +620,13 @@
|
|||
return false;
|
||||
}
|
||||
|
||||
var overlayTarget = parentWithClass(e.target, 'cardOverlayTarget');
|
||||
if (overlayTarget) {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
return false;
|
||||
}
|
||||
|
||||
var card = parentWithClass(e.target, 'card');
|
||||
|
||||
if (card) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue