www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit faeae3e105c8ba550dbf5a22d6c16360116cac4b
parent c890d8183dd6cba96efb1f15b760e39861711f16
Author: zorkow <volker.sorge@gmail.com>
Date:   Tue,  1 Sep 2015 01:58:38 +0100

Fixes interference problems with submenu timer.

Diffstat:
Munpacked/extensions/MathMenu.js | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/unpacked/extensions/MathMenu.js b/unpacked/extensions/MathMenu.js @@ -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;