fix: select not emit popupScroll event #350
parent
707e1a44ea
commit
7a1a1c837a
|
@ -165,6 +165,7 @@ const Menu = {
|
|||
},
|
||||
class: `${props.prefixCls}-root`,
|
||||
on: {
|
||||
...this.$listeners,
|
||||
click: this.onClick,
|
||||
openChange: this.onOpenChange,
|
||||
deselect: this.onDeselect,
|
||||
|
|
Loading…
Reference in New Issue