diff --git a/routes/_components/virtualList/VirtualListItem.html b/routes/_components/virtualList/VirtualListItem.html index 45239b40..ed40f1d0 100644 --- a/routes/_components/virtualList/VirtualListItem.html +++ b/routes/_components/virtualList/VirtualListItem.html @@ -38,7 +38,7 @@ let key = this.get('key') asyncLayout.observe(key, this.refs.node, (rect) => { asyncLayout.disconnect() - // update all item heights in one microtask batch for better perf + // update all item heights in one batch for better perf this.store.batchUpdate('itemHeights', key, rect.height) }) }