Fixes interference problems with submenu timer.
This commit is contained in:
parent
c890d8183d
commit
faeae3e105
|
@ -864,6 +864,10 @@
|
|||
}
|
||||
MENU.Focus(menu);
|
||||
},
|
||||
MoveVertical: function(event, item, move) {
|
||||
this.ClearTimer();
|
||||
this.SUPER(arguments).MoveVertical.apply(this, arguments);
|
||||
},
|
||||
MoveHorizontal: function(event, menu, move, rtl) {
|
||||
if (this.disabled) {
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue
Block a user