We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74df965 commit fa836feCopy full SHA for fa836fe
1 file changed
ts/output/chtml/Wrappers/mo.ts
@@ -158,6 +158,7 @@ CommonMoMixin<CHTMLConstructor<any, any, any>>(CHTMLWrapper) {
158
protected stretchHTML(chtml: N) {
159
const c = this.getText().codePointAt(0);
160
this.font.delimUsage.add(c);
161
+ this.childNodes[0].markUsed();
162
const delim = this.stretch;
163
const stretch = delim.stretch;
164
const content: N[] = [];
0 commit comments