Skip to content

Commit

Permalink
Fix spacing before \vcenter, \vtop, \vbox. (mathjax/MathJax#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Aug 15, 2023
1 parent 49db078 commit 0e91570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/core/MmlTree/MmlNodes/mpadded.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export class MmlMpadded extends AbstractMmlLayoutNode {
if (!this.getProperty('vbox')) {
return super.setTeXclass(prev);
}
this.getPrevClass(prev);
this.texClass = TEXCLASS.ORD;
this.childNodes[0].setTeXclass(null);
return this;
Expand Down

0 comments on commit 0e91570

Please sign in to comment.