1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

minor fix for multiselect

This commit is contained in:
vitorsemeano 2020-10-12 21:41:29 +01:00
parent 3b960e44f3
commit e0abc4d386

View file

@ -74,7 +74,7 @@ import 'webcomponents.js/webcomponents-lite';
const self = this;
import('../../components/multiSelect/multiSelect').then((MultiSelect) => {
self.multiSelect = new MultiSelect({
self.multiSelect = new MultiSelect.default({
container: self,
bindOnClick: false
});