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
The issue is when I have some text, and it's align centre and next line is right align and i keep moving centre align text to left and centre repetitively it's stop working after few repetitions.
@danielsaidi
I have investigated it and found it's returning from
file: RichTextViewComponent+Alignment line 26 if richTextAlignment == alignment { return }
Getting wrong attributes from variable var richTextAttributes: RichTextAttributes { line 13 file RichTextViewComponent+Attributes
If we log attributedString from context after applying alignment, it's having different alignment then we applied
I am trying to investigate and fix it further in my free, sharing this if you are going to fix it then it will save your time a bit.
The issue is when I have some text, and it's align centre and next line is right align and i keep moving centre align text to left and centre repetitively it's stop working after few repetitions.
Here is the video clip to reproduce the issue
https://github.com/user-attachments/assets/53d7f77c-0542-4547-b5d0-150f618fe01a
The text was updated successfully, but these errors were encountered: