From 3ec5d396a39c967a95875006ba29b71d3ea8742f Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Sat, 28 Mar 2015 12:23:50 -0400 Subject: [PATCH] Save the label width before changing the state. --- unpacked/jax/output/CommonHTML/autoload/mtable.js | 1 + 1 file changed, 1 insertion(+) diff --git a/unpacked/jax/output/CommonHTML/autoload/mtable.js b/unpacked/jax/output/CommonHTML/autoload/mtable.js index 216fdf5b7..e439c14f9 100644 --- a/unpacked/jax/output/CommonHTML/autoload/mtable.js +++ b/unpacked/jax/output/CommonHTML/autoload/mtable.js @@ -391,6 +391,7 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () { } } } + W[LABEL] = state.W[LABEL]; state.W = W; state.R = TW; },