Skip to content

Commit 80e1db5

Browse files
nathantannar4rnystrom
authored andcommitted
Issue #41 Fix (#42)
1 parent 3e56b41 commit 80e1db5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MessageViewController/MessageAutocompleteController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ public final class MessageAutocompleteController: MessageTextViewListener {
256256
let emptyString = NSAttributedString(string: "", attributes: typingTextAttributes)
257257
textView.attributedText = textView.attributedText.replacingCharacters(in: range, with: emptyString)
258258
textView.selectedRange = NSRange(location: range.location, length: 0)
259+
self.textView.textViewDidChange(textView)
259260
self.preserveTypingAttributes(for: textView)
260261
})
261262
}

0 commit comments

Comments
 (0)