|
|
@ -73,8 +73,8 @@ export class MultiSelectInnerLoader extends Widget { |
|
|
|
if (this.cachItems && this.cachItems.length > 0) { |
|
|
|
if (this.cachItems && this.cachItems.length > 0) { |
|
|
|
this.next.setLoaded(); |
|
|
|
this.next.setLoaded(); |
|
|
|
const items = this._composeItems(this.cachItems.slice(0, 100)); |
|
|
|
const items = this._composeItems(this.cachItems.slice(0, 100)); |
|
|
|
this.addItems(items); |
|
|
|
|
|
|
|
this.cachItems = this.cachItems.slice(100); |
|
|
|
this.cachItems = this.cachItems.slice(100); |
|
|
|
|
|
|
|
this.addItems(items); |
|
|
|
|
|
|
|
|
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|