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
When I start the RTE with empty text and assign a color to it using context.setColor(), the text color remains black. Even if I modify the NSAttributedString during .onAppear(), the text color stays black.
Better to say: I can't set a fontColor while text is empty.
The text was updated successfully, but these errors were encountered:
Hi,
When I start the RTE with empty text and assign a color to it using
context.setColor(),
the text color remains black. Even if I modify the NSAttributedString during.onAppear()
, the text color stays black.Better to say: I can't set a fontColor while text is empty.
The text was updated successfully, but these errors were encountered: