Skip to content

Commit

Permalink
refactor: do not flush virtualizer after updating its size (#7372)
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen authored May 2, 2024
1 parent 3c32fbe commit d7eeba2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/combo-box/src/vaadin-combo-box-scroller-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ export const ComboBoxScrollerMixin = (superClass) =>
/** @private */
__setVirtualizerItems(items) {
this.__virtualizer.size = items.length;
this.__virtualizer.flush();
}

/** @private */
Expand Down

0 comments on commit d7eeba2

Please sign in to comment.