Merge pull request #777 from mastodon/IOS-32_Fix_Paragraph_Margins
IOS-32: Fix paragraph margins in compose
This commit is contained in:
commit
7cfadaee3e
|
@ -50,6 +50,8 @@ public struct MetaTextViewRepresentable: UIViewRepresentable {
|
|||
.foregroundColor: Asset.Colors.brand.color,
|
||||
]
|
||||
|
||||
metaText.paragraphStyle = NSMutableParagraphStyle()
|
||||
|
||||
configurationHandler(metaText)
|
||||
|
||||
metaText.configure(content: PlaintextMetaContent(string: string))
|
||||
|
|
Loading…
Reference in New Issue