Don't need to add the fake nodes again, since already handled by setTeXclass() already does that. (We didn't use it initially.)
This commit is contained in:
parent
c9ee9fa242
commit
5107ef02dc
|
@ -1867,7 +1867,6 @@
|
||||||
//
|
//
|
||||||
// Make row of open, data, sep, ... data, close
|
// Make row of open, data, sep, ... data, close
|
||||||
//
|
//
|
||||||
this.addFakeNodes();
|
|
||||||
this.CHTMLaddChild(node,"open",{});
|
this.CHTMLaddChild(node,"open",{});
|
||||||
for (var i = 0, m = this.data.length; i < m; i++) {
|
for (var i = 0, m = this.data.length; i < m; i++) {
|
||||||
this.CHTMLaddChild(node,"sep"+i,{});
|
this.CHTMLaddChild(node,"sep"+i,{});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user