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