mirror of
https://github.com/typst/typst
synced 2025-05-15 01:25:28 +08:00
Mark synthesized prime symbol frame text-like (#4525)
This commit is contained in:
parent
b1219395b1
commit
79b77d5669
@ -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(())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user