mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 23:47:01 +00:00
Fix story reply
This commit is contained in:
parent
c0d0b3733d
commit
cf0cfb5c1e
@ -189,7 +189,8 @@ public final class TextFieldComponent: Component {
|
||||
|
||||
public func getAttributedText() -> NSAttributedString {
|
||||
Keyboard.applyAutocorrection(textView: self.textView)
|
||||
return self.inputState.inputText
|
||||
return NSAttributedString(string: self.textView.text ?? "")
|
||||
//return self.inputState.inputText
|
||||
}
|
||||
|
||||
public func setAttributedText(_ string: NSAttributedString) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user