We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8b4f8 commit 1da0965Copy full SHA for 1da0965
1 file changed
Sources/CodeEditor/UXCodeTextViewRepresentable.swift
@@ -96,7 +96,7 @@ struct UXCodeTextViewRepresentable : UXViewRepresentable {
96
}
97
#elseif os(iOS)
98
public func textViewDidChange(_ textView: UITextView) {
99
- parnt.source.wrappedValue = textView.string
+ parent.source.wrappedValue = textView.string
100
101
#else
102
#error("Unsupported OS")
0 commit comments