Skip to content

Commit

Permalink
fix(cdk:virtual): render pool item reuse doesn't take effect (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Apr 24, 2024
1 parent 5f00488 commit 514b2dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cdk/scroll/src/virtual/composables/useRenderPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ function createPool(): Pool {
}

pooledItemMap.delete(poolItem!.itemKey)

return poolItem!
}

return {
Expand Down

0 comments on commit 514b2dd

Please sign in to comment.