mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Turn off smart dashes for easy insertion of shortcodes
This commit is contained in:
parent
26ea1d97d2
commit
e6599408eb
@ -69,6 +69,7 @@ struct PostBodyTextView: UIViewRepresentable {
|
||||
textView.isUserInteractionEnabled = true
|
||||
textView.isScrollEnabled = true
|
||||
textView.alwaysBounceVertical = false
|
||||
textView.smartDashesType = .no
|
||||
|
||||
context.coordinator.textView = textView
|
||||
textView.delegate = context.coordinator
|
||||
|
Loading…
Reference in New Issue
Block a user