Save the label width before changing the state.

This commit is contained in:
Davide P. Cervone 2015-03-28 12:23:50 -04:00
parent 9a5928be6e
commit 3ec5d396a3

View File

@ -391,6 +391,7 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () {
}
}
}
W[LABEL] = state.W[LABEL];
state.W = W;
state.R = TW;
},