Use participants names for group title placeholder

This commit is contained in:
Ilya Laktyushin
2023-03-15 14:26:00 +04:00
parent 927af7afe7
commit eed0f5cee6
9 changed files with 86 additions and 0 deletions

View File

@@ -617,6 +617,10 @@ public class CreatePollTextInputItemNode: ListViewItemNode, ASEditableTextNodeDe
}
}
public func selectAll() {
self.textNode.textView.selectAll(nil)
}
public func animateError() {
self.textNode.layer.addShakeAnimation()
}