mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Resolve suggestions
This commit is contained in:
parent
fba795fd63
commit
ffc22f629e
7 changed files with 8 additions and 17 deletions
|
@ -34,7 +34,7 @@ import connectionManager from 'connectionManager';
|
|||
}
|
||||
}
|
||||
|
||||
export function onItemsContainerClick(e) {
|
||||
export default function onItemsContainerClick(e) {
|
||||
var groupedCard = dom.parentWithClass(e.target, 'groupedCard');
|
||||
|
||||
if (groupedCard) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue