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 following RichTextComponent set operations now use a shared paragraph setter, which will simplify things moving forward.
For now, setting these properties work when text is not selected, or if a single paragraph is selected. If multiple paragraphs are selected, only the first one is affected due to the lineRange check.
The following
RichTextComponent
set operations now use a shared paragraph setter, which will simplify things moving forward.For now, setting these properties work when text is not selected, or if a single paragraph is selected. If multiple paragraphs are selected, only the first one is affected due to the
lineRange
check.We should fix this before the 1.0 release @DominikBucher12
The text was updated successfully, but these errors were encountered: