mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add external startMultiSelect function
This commit is contained in:
parent
4ee0fa6287
commit
4fe6bb5b42
1 changed files with 3 additions and 0 deletions
|
@ -564,3 +564,6 @@ export default function (options) {
|
|||
};
|
||||
}
|
||||
|
||||
export const startMultiSelect = (card) => {
|
||||
showSelections(card);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue