We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e56b41 commit 80e1db5Copy full SHA for 80e1db5
1 file changed
MessageViewController/MessageAutocompleteController.swift
@@ -256,6 +256,7 @@ public final class MessageAutocompleteController: MessageTextViewListener {
256
let emptyString = NSAttributedString(string: "", attributes: typingTextAttributes)
257
textView.attributedText = textView.attributedText.replacingCharacters(in: range, with: emptyString)
258
textView.selectedRange = NSRange(location: range.location, length: 0)
259
+ self.textView.textViewDidChange(textView)
260
self.preserveTypingAttributes(for: textView)
261
})
262
}
0 commit comments