Skip to content

Commit 9d1913c

Browse files
committed
Fixes issue with wrapped script bases.
1 parent ca731d6 commit 9d1913c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ts/output/common/Wrappers/scriptbase.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ export function CommonScriptbaseMixin<
472472
(core as any as CommonMunderover<N, T, D, JX, WW, WF, WC, CC, VV, DD, FD, FC>).isMathAccent))) {
473473
this.setBaseAccentsFor(core);
474474
core = core.childNodes[0];
475+
node = core?.node;
475476
}
476477
if (!core) {
477478
this.baseHasAccentOver = this.baseHasAccentUnder = false;

0 commit comments

Comments
 (0)