diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-02-10 15:37:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-10 14:37:19 +0000 |
| commit | 89e71acecd4a3a06943d0bd4443fc80a9b8f41e4 (patch) | |
| tree | 7a7f01e6aaf10d85edc06162e8aab700e76647b4 /crates/typst-layout/src/math | |
| parent | ee47cb846924235be6eae968a7853ea7860ccc51 (diff) | |
Respect `par` constructor arguments (#5842)
Diffstat (limited to 'crates/typst-layout/src/math')
| -rw-r--r-- | crates/typst-layout/src/math/text.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/typst-layout/src/math/text.rs b/crates/typst-layout/src/math/text.rs index 9a64992a..59ac5b08 100644 --- a/crates/typst-layout/src/math/text.rs +++ b/crates/typst-layout/src/math/text.rs @@ -107,7 +107,6 @@ fn layout_inline_text( styles, Size::splat(Abs::inf()), false, - None, )? .into_frame(); |
