Backport pull request #7387 from jellyfin-web/release-10.11.z

Fix card actions in experimental layout

Original-merge: 9f1370f2424e013011df7c5452339d411a267095

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
This commit is contained in:
thornbill
2025-12-03 16:21:39 -05:00
parent cd8f3c4831
commit 7e663d57f1
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -390,7 +390,7 @@ export function onClick(e) {
}
}
if (action) {
if (action && action !== 'none') {
executeAction(card, actionElement, action);
e.preventDefault();