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