www

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

commit b81019676fcc47af72ad2379586060d245fa8ad9
parent 74c2b46da5ad46c119e48f474c7250c46d748f30
Author: zorkow <volker.sorge@gmail.com>
Date:   Wed,  2 Sep 2015 13:36:00 +0100

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

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

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