1
0
Fork 0
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:
robert-hamilton36 2023-03-27 09:36:09 +13:00 committed by Bill Thornton
parent 4ee0fa6287
commit 4fe6bb5b42

View file

@ -564,3 +564,6 @@ export default function (options) {
};
}
export const startMultiSelect = (card) => {
showSelections(card);
};