Skip to content

Commit

Permalink
runestone: disable smart insertion features
Browse files Browse the repository at this point in the history
  • Loading branch information
bummoblizard committed Jun 14, 2024
1 parent e3805b3 commit 8882169
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ class RunestoneImplementation: NSObject {
textView.autocorrectionType = .no
textView.spellCheckingType = .no
textView.backgroundColor = runeStoneTheme.backgroundColor
textView.smartDashesType = .no
textView.smartQuotesType = .no
textView.smartInsertDeleteType = .no
self.textView = textView

super.init()
Expand Down

0 comments on commit 8882169

Please sign in to comment.