Backport pull request #5377 from jellyfin-web/release-10.9.z
Fix changing filters not resetting multiselected media cards Original-merge: 798b408bd79ebe0efc240ee19d398ce0dfa2c818 Merged-by: thornbill <thornbill@users.noreply.github.com> Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
committed by
Bill Thornton
parent
be31bf188a
commit
cf6eaa6b92
@@ -571,3 +571,7 @@ export default function (options) {
|
||||
export const startMultiSelect = (card) => {
|
||||
showSelections(card);
|
||||
};
|
||||
|
||||
export const stopMultiSelect = () => {
|
||||
hideSelections();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user