mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
minor fix for multiselect
This commit is contained in:
parent
3b960e44f3
commit
e0abc4d386
@ -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
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user