Broken RichTextView style modification #207
Unanswered
IvanStebletsov
asked this question in
Q&A
Replies: 1 comment
-
Great find @IvanStebletsov 🙌 |
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
-
I wanted to change a
RichTextEditor
style, appliedrichTextEditorStyle
modificator and noticed that it works only if the text field is empty. In case it has something, modificator does nothing. For example, I runDemo App
with appliedrichTextEditorStyle
, style changed as expected, I type something, restart app and again the style changed to default.I conducted small investigation and came across this strange line in
setup
method ofRichTextView
:As I understood this way you wanted to avoid extra UI updates?
Screen.Recording.2024-10-15.at.23.07.05.mp4
Beta Was this translation helpful? Give feedback.
All reactions