mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 12:38:39 +00:00
Fix undefined maxFontSize
Fix getting a NaN maxFontSize in makeVList because symbolNodes don't have a maxFontSize property. Test plan: - Make sure no huxley screenshots changed Auditors: alpert
This commit is contained in:
@@ -65,6 +65,7 @@ function symbolNode(value, height, depth, italic, classes, style) {
|
||||
this.italic = italic || 0;
|
||||
this.classes = classes || [];
|
||||
this.style = style || {};
|
||||
this.maxFontSize = 0;
|
||||
}
|
||||
|
||||
symbolNode.prototype.toDOM = function() {
|
||||
|
Reference in New Issue
Block a user