fix: select not emit popupScroll event #350

pull/359/head
tangjinzhou 2018-12-28 13:00:18 +08:00
parent 707e1a44ea
commit 7a1a1c837a
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ const Menu = {
},
class: `${props.prefixCls}-root`,
on: {
...this.$listeners,
click: this.onClick,
openChange: this.onOpenChange,
deselect: this.onDeselect,