Skip to content

Commit c9c74fb

Browse files
committed
chore: comment vue issue
1 parent a78bbb4 commit c9c74fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vue/component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ export default {
8080
const isSelected = false;
8181
const context = this.getItemContext(currentItem, index, isSelected);
8282
const oldVnode = args.view && args.view[VUE_VIEW];
83+
84+
// TODO: patchTemplate is async in the sense it requires a next tick for
85+
// the props to change :s
86+
// this is an issue when you reuse a cell whene custom subviews measurement will change
8387
if (args.view) {
8488
// reusing
8589
args.view._recursiveBatchUpdates(() => {

0 commit comments

Comments
 (0)