Skip to content

Commit 7f6b27d

Browse files
committed
Remove paragraph padding.
1 parent a0310d6 commit 7f6b27d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Example/Example/EditorDemoController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ class EditorDemoController: UIViewController {
172172
view.addSubview(titlePlaceholderLabel)
173173
view.addSubview(separatorView)
174174
Aztec.Metrics.listTextIndentation = 24
175+
editorView.richTextView.textContainer.lineFragmentPadding = 0
175176
// color setup
176177
if #available(iOS 13.0, *) {
177178
view.backgroundColor = UIColor.systemBackground

0 commit comments

Comments
 (0)