mirror of https://github.com/ElemeFE/element
Remove useless parameters
parent
f68af37f26
commit
4b4b6ddf97
|
@ -132,7 +132,7 @@
|
|||
}
|
||||
clearTimeout(this.timeout);
|
||||
this.timeout = setTimeout(() => {
|
||||
this.rootMenu.closeMenu(this.index, this.indexPath);
|
||||
this.rootMenu.closeMenu(this.index);
|
||||
}, 300);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue