mirror of https://github.com/stelzo/typst.git
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…
Reference in New Issue