You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parma(markdown, render: MyRender()) returns a VStack which contains all the elements. If you apply .lineLimit(1) to it, it will affect each Text inside the VStact to have the line limit behavior.
What's your expectation of it? Maybe we can make some custom modifier to support this.
I'm creating a journal, and would like to use Parma. I need to constrain the parma view to a limited number of lines the same way I would a normal Text view. For now I've worked around it and essentially gone on a character limit, but its not pretty and not as uniform as it could be.
I would expect this to work similarly to Text or not at all.. but it does work. Just not predictably.
It clips each line. Looks like it might be applying the limit to literally each line individually.
Any workaround suggestions would be greatly appreciated
The text was updated successfully, but these errors were encountered: