We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75dd39 commit e51c5d5Copy full SHA for e51c5d5
1 file changed
Sources/CodeEditor/UXCodeTextViewRepresentable.swift
@@ -130,6 +130,7 @@ struct UXCodeTextViewRepresentable : UXViewRepresentable {
130
return
131
}
132
133
+ print("Why wont the dispatchqueue go away!")
134
parent.source.wrappedValue = textView.string
135
136
0 commit comments