mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(virtual-scroll): queue.write
This commit is contained in:
@ -207,7 +207,7 @@ export class VirtualScroll {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.queue.read(this.readVS.bind(this));
|
this.queue.read(this.readVS.bind(this));
|
||||||
this.queue.read(this.writeVS.bind(this));
|
this.queue.write(this.writeVS.bind(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
private readVS() {
|
private readVS() {
|
||||||
|
Reference in New Issue
Block a user