mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix changing filters not resetting multiselected media cards
This commit is contained in:
parent
674b0b118f
commit
84e7b59e03
5 changed files with 11 additions and 2 deletions
|
@ -571,3 +571,7 @@ export default function (options) {
|
|||
export const startMultiSelect = (card) => {
|
||||
showSelections(card);
|
||||
};
|
||||
|
||||
export const stopMultiSelect = () => {
|
||||
hideSelections();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue