Skip to content

Commit

Permalink
Fixed default font for empty text (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: kyle-n <kylebnazario@gmail.com>
  • Loading branch information
mikakruschel and kyle-n authored Dec 28, 2020
1 parent c71302c commit d51cf90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public struct HighlightedTextEditor: UIViewRepresentable, HighlightingTextEditor
textView.delegate = context.coordinator
textView.isEditable = true
textView.isScrollEnabled = true
textView.font = font
updateTextViewModifiers(textView)

return textView
Expand Down

0 comments on commit d51cf90

Please sign in to comment.