Skip to content

Commit

Permalink
Fixed #1501 - Dropdown scrolls top after reopened
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Sep 6, 2021
1 parent 8f2be06 commit c7ce9a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/dropdown/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ export default {
},
onOverlayEnter(el) {
ZIndexUtils.set('overlay', el, this.$primevue.config.zIndex.overlay);
this.scrollValueInView();
this.alignOverlay();
this.bindOutsideClickListener();
this.bindScrollListener();
Expand Down

0 comments on commit c7ce9a1

Please sign in to comment.