Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit c1c4523

Browse files
Splaktarandrewseguin
authored andcommitted
fix(autocomplete): don't resize the container in updateSize() (#11518)
1 parent 8ab5b0a commit c1c4523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/virtualRepeat/virtual-repeater.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ VirtualRepeatContainerController.prototype.updateSize = function() {
228228
: this.$element[0].clientHeight;
229229

230230
if (size) {
231-
this.setSize_(size);
231+
this.size = size;
232232
}
233233

234234
// Recheck the scroll position after updating the size. This resolves

0 commit comments

Comments
 (0)