Appended Text does not show all styles in spans #3283
Unanswered
pirxthepilot
asked this question in
Q&A
Replies: 1 comment
-
I figured out that the original style just goes to the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I noticed that when I use a Text and append text with a different style, it does not show me all the styles used under
spans
. Example code:In the console, the text is rendered correctly. But when looking at
text.spans
it only shows me the last style used:As you can see, the style of "Hello" is not included. Is there any other place I should be looking for complete style data? I will need this for test coverage.
Beta Was this translation helpful? Give feedback.
All reactions