fix: collapsed menu wrong mode responsively #2265

This commit is contained in:
tangjinzhou 2020-05-19 07:36:19 +08:00
parent a53ebca41d
commit ea0f436eac

View File

@ -246,7 +246,7 @@ const Menu = {
select: this.handleSelect,
deselect: this.handleDeselect,
openChange: this.handleOpenChange,
onMouseenter: this.handleMouseEnter,
mouseenter: this.handleMouseEnter,
},
nativeOn: {
transitionend: this.handleTransitionEnd,