We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616b041 commit 8dbda3cCopy full SHA for 8dbda3c
Sources/HTMLEditor/HTMLEditor.swift
@@ -41,6 +41,7 @@ public struct HTMLEditor: NSViewRepresentable {
41
textView.isAutomaticTextReplacementEnabled = false
42
textView.isAutomaticSpellingCorrectionEnabled = false
43
textView.isContinuousSpellCheckingEnabled = false
44
+ textView.isAutomaticQuoteSubstitutionEnabled = false
45
46
// Set text container and background drawing to allow background color
47
textView.drawsBackground = true
0 commit comments