fix: collapsed menu wrong mode responsively #2265

pull/2284/head
tangjinzhou 5 years ago
parent a53ebca41d
commit ea0f436eac

@ -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,

Loading…
Cancel
Save