Skip to content

Commit ea0f436

Browse files
committed
fix: collapsed menu wrong mode responsively #2265
1 parent a53ebca commit ea0f436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/menu/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const Menu = {
246246
select: this.handleSelect,
247247
deselect: this.handleDeselect,
248248
openChange: this.handleOpenChange,
249-
onMouseenter: this.handleMouseEnter,
249+
mouseenter: this.handleMouseEnter,
250250
},
251251
nativeOn: {
252252
transitionend: this.handleTransitionEnd,

0 commit comments

Comments
 (0)