diff --git a/CodeApp/Managers/EditorImplementation/RunestoneImplementation.swift b/CodeApp/Managers/EditorImplementation/RunestoneImplementation.swift index 272b17dd..45c11861 100644 --- a/CodeApp/Managers/EditorImplementation/RunestoneImplementation.swift +++ b/CodeApp/Managers/EditorImplementation/RunestoneImplementation.swift @@ -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()