Set movablelimits on the base mo not the munderover node. Issue #901.
This commit is contained in:
parent
93fd3bfa64
commit
b30c8f2f30
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user