Don't focus the math element if the menu was closed via a mouse click.
This commit is contained in:
parent
8645c8ce94
commit
49e0852d36
|
@ -383,6 +383,7 @@
|
||||||
HOVER.UnHover(MENU.jax);
|
HOVER.UnHover(MENU.jax);
|
||||||
}
|
}
|
||||||
MENU.Unfocus(menu);
|
MENU.Unfocus(menu);
|
||||||
|
if (event.type === "mousedown") MENU.CurrentNode().blur();
|
||||||
return FALSE(event);
|
return FALSE(event);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user