mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Aligned OrderList-PickList with Listbox
This commit is contained in:
parent
0512362f38
commit
c0ccb2b92c
80 changed files with 351 additions and 351 deletions
|
@ -810,7 +810,7 @@ export default {
|
|||
const element = DomHandler.findSingle(this.$refs[listType].$el, `[data-pc-section="item"][id="${id}"]`);
|
||||
|
||||
if (element) {
|
||||
element.scrollIntoView && element.scrollIntoView({ block: 'nearest', inline: 'start' });
|
||||
element.scrollIntoView && element.scrollIntoView({ block: 'nearest', inline: 'start', behavior: 'smooth' });
|
||||
}
|
||||
},
|
||||
updateListScroll(listElement) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue