mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
List virt issue
This commit is contained in:
@ -28,10 +28,10 @@ export class List {
|
|||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
console.log('Content', this.content);
|
console.log('Content', this.content);
|
||||||
console.log('Virtual?', this.virtual);
|
|
||||||
console.log('Items?', this.items.length, 'of \'em');
|
|
||||||
|
|
||||||
if(util.isDefined(this.virtual)) {
|
if(util.isDefined(this.virtual)) {
|
||||||
|
console.log('Virtual?', this.virtual);
|
||||||
|
console.log('Items?', this.items.length, 'of \'em');
|
||||||
this._initVirtualScrolling();
|
this._initVirtualScrolling();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user