Mark synthesized prime symbol frame text-like (#4525)

This commit is contained in:
Leedehai 2024-07-09 11:23:44 -04:00 committed by GitHub
parent b1219395b1
commit 79b77d5669
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,7 +143,7 @@ impl LayoutMath for Packed<PrimesElem> {
prime.clone(), prime.clone(),
) )
} }
ctx.push(FrameFragment::new(ctx, styles, frame)); ctx.push(FrameFragment::new(ctx, styles, frame).with_text_like(true));
} }
} }
Ok(()) Ok(())