Fixes focusing on first and last element when moving between Maths elements.

This commit is contained in:
zorkow 2015-09-02 13:36:00 +01:00
parent 74c2b46da5
commit b81019676f

View File

@ -556,6 +556,7 @@
}
MENU.menu.Remove(event, menu);
MENU.jax = MathJax.Hub.getJaxFor(next);
MENU.FocusNode(next);
MENU.menu.Post(null);
},
Right: function(event, menu) {