Skip to content

Commit

Permalink
Fixed #5073 - Dropdown: autoSize works incorrectly with filter and no…
Browse files Browse the repository at this point in the history
…t only
  • Loading branch information
mertsincan committed Feb 2, 2024
1 parent d94ceee commit dfdc86d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/virtualscroller/VirtualScroller.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export default {
if (DomHandler.isVisible(this.element)) {
this.setContentEl(this.content);
this.init();
this.calculateAutoSize();
this.bindResizeListener();
this.defaultWidth = DomHandler.getWidth(this.element);
Expand Down

0 comments on commit dfdc86d

Please sign in to comment.