fix(virtual-scroll): update VS when items change

This commit is contained in:
Manu Mtz.-Almeida
2018-08-17 15:29:04 +02:00
parent 2af72fadfd
commit 3adfb985e8

View File

@ -112,6 +112,7 @@ export class VirtualScroll {
@Watch('items') @Watch('items')
itemsChanged() { itemsChanged() {
this.calcCells(); this.calcCells();
this.updateVirtualScroll();
} }
async componentDidLoad() { async componentDidLoad() {