Skip to content

Commit 7a1a1c8

Browse files
committed
fix: select not emit popupScroll event #350
1 parent 707e1a4 commit 7a1a1c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/vc-menu/Menu.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ const Menu = {
165165
},
166166
class: `${props.prefixCls}-root`,
167167
on: {
168+
...this.$listeners,
168169
click: this.onClick,
169170
openChange: this.onOpenChange,
170171
deselect: this.onDeselect,

0 commit comments

Comments
 (0)