Skip to content

Commit 8dbda3c

Browse files
committed
isAutomaticQuoteSubstitutionEnabled = false
1 parent 616b041 commit 8dbda3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/HTMLEditor/HTMLEditor.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public struct HTMLEditor: NSViewRepresentable {
4141
textView.isAutomaticTextReplacementEnabled = false
4242
textView.isAutomaticSpellingCorrectionEnabled = false
4343
textView.isContinuousSpellCheckingEnabled = false
44+
textView.isAutomaticQuoteSubstitutionEnabled = false
4445

4546
// Set text container and background drawing to allow background color
4647
textView.drawsBackground = true

0 commit comments

Comments
 (0)