Don't focus the math element if the menu was closed via a mouse click.

This commit is contained in:
Davide P. Cervone 2015-09-12 10:16:24 -04:00
parent 8645c8ce94
commit 49e0852d36

View File

@ -383,6 +383,7 @@
HOVER.UnHover(MENU.jax);
}
MENU.Unfocus(menu);
if (event.type === "mousedown") MENU.CurrentNode().blur();
return FALSE(event);
},