Skip to content

Commit b30c8f2

Browse files
committed
Set movablelimits on the base mo not the munderover node. Issue #901.
1 parent 93fd3bf commit b30c8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpacked/jax/input/TeX/jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@
13591359
op = top.data[top.data.length-1] = MML.munderover.apply(MML.underover,op.data);
13601360
}
13611361
op.movesupsub = (limits ? true : false);
1362-
op.movablelimits = false;
1362+
op.Core().movablelimits = false;
13631363
},
13641364

13651365
Over: function (name,open,close) {

0 commit comments

Comments
 (0)