We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93543a8 commit b7db3f6Copy full SHA for b7db3f6
1 file changed
Sources/CodeEditor/UXCodeTextViewRepresentable.swift
@@ -77,7 +77,7 @@ struct UXCodeTextViewRepresentable : UXViewRepresentable {
77
private let flags : CodeEditor.Flags
78
private let indentStyle : CodeEditor.IndentStyle
79
private let inset : CGSize
80
- private let allowsUndo: Bool
+ private let allowsUndo : Bool
81
private let autoPairs : [ String : String ]
82
private let autoscroll : Bool
83
0 commit comments