mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Theme updates
This commit is contained in:
@@ -2211,6 +2211,7 @@ class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDelegate {
|
||||
backgroundView.frame = self.textInputBackgroundNode.frame
|
||||
|
||||
func updateIsCaretHidden(view: UIView, isHidden: Bool) {
|
||||
return;
|
||||
if String(describing: type(of: view)).contains("TextSelectionView") {
|
||||
view.isHidden = isHidden
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user