Skip to content

Commit

Permalink
Set movablelimits on the base mo not the munderover node. Issue mathj…
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Jan 16, 2015
1 parent 93fd3bf commit b30c8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unpacked/jax/input/TeX/jax.js
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@
op = top.data[top.data.length-1] = MML.munderover.apply(MML.underover,op.data);
}
op.movesupsub = (limits ? true : false);
op.movablelimits = false;
op.Core().movablelimits = false;
},

Over: function (name,open,close) {
Expand Down

0 comments on commit b30c8f2

Please sign in to comment.