Fixed #1501 - Dropdown scrolls top after reopened

pull/1527/head
mertsincan 2021-09-06 12:22:19 +03:00
parent 8f2be06a5b
commit c7ce9a13df
1 changed files with 0 additions and 1 deletions

View File

@ -436,7 +436,6 @@ export default {
}, },
onOverlayEnter(el) { onOverlayEnter(el) {
ZIndexUtils.set('overlay', el, this.$primevue.config.zIndex.overlay); ZIndexUtils.set('overlay', el, this.$primevue.config.zIndex.overlay);
this.scrollValueInView();
this.alignOverlay(); this.alignOverlay();
this.bindOutsideClickListener(); this.bindOutsideClickListener();
this.bindScrollListener(); this.bindScrollListener();