Fix build

This commit is contained in:
Ali
2023-10-23 20:09:35 +04:00
parent 279157936d
commit 4790c3c5b9

View File

@@ -3927,6 +3927,7 @@ class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDelegate, Ch
guard let textInputNode = self.textInputNode else {
return true
}
let _ = textInputNode
/*if textInputNode.attributedText == nil || textInputNode.attributedText!.length == 0 || textInputNode.selectedRange.length == 0 {
print("action: \(action)")