RichTextKit
RichTextKit copied to clipboard
Adjust paragraph-based modifications
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
https://github.com/danielsaidi/RichTextKit/pull/147 🎉
Let's fix this after 1.0.