Skip to content

Commit 8c7ccfe

Browse files
committed
Merge branch 'nested-tables' into beta.3
2 parents cc3a012 + b89d216 commit 8c7ccfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathjax3-ts/output/common/OutputJax.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ AbstractOutputJax<N, T, D> {
274274
const maps = [new Map() as MetricMap<N>, new Map() as MetricMap<N>];
275275
for (const i of maps.keys()) {
276276
for (const node of domMaps[i].keys()) {
277-
maps[i].set(node, this.measureMetrics(domMaps[0].get(node)));
277+
maps[i].set(node, this.measureMetrics(domMaps[i].get(node)));
278278
}
279279
}
280280
//

0 commit comments

Comments
 (0)