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:
parent
3b960e44f3
commit
e0abc4d386
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ import 'webcomponents.js/webcomponents-lite';
|
||||||
|
|
||||||
const self = this;
|
const self = this;
|
||||||
import('../../components/multiSelect/multiSelect').then((MultiSelect) => {
|
import('../../components/multiSelect/multiSelect').then((MultiSelect) => {
|
||||||
self.multiSelect = new MultiSelect({
|
self.multiSelect = new MultiSelect.default({
|
||||||
container: self,
|
container: self,
|
||||||
bindOnClick: false
|
bindOnClick: false
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue