Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

touying-fn-wrapper is broken inside a grid #95

Closed
happycorsair opened this issue Oct 12, 2024 · 1 comment
Closed

touying-fn-wrapper is broken inside a grid #95

happycorsair opened this issue Oct 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@happycorsair
Copy link

happycorsair commented Oct 12, 2024

Hello!

touying-fn-wrapper function doesn't work properly inside a grid.

A simple example:

#let testblock(body) = {
  touying-fn-wrapper((self: none) => {
    body
  })
}

#grid(
  columns: 2,
  text[aaa],
  testblock(
    [bbb],
  ),
)
#testblock(
  [ccc],
)

No problem with aaa or ccc, but bbb is not printed unless I remove touying-fn-wrapper.

PS: Thank you for a great job! Touying and typst are really great!

@OrangeX4 OrangeX4 added the bug Something isn't working label Oct 12, 2024
@OrangeX4
Copy link
Member

Fixed in #82 .

It will be released in 0.5.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants