mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Invite Links Fixes
This commit is contained in:
@@ -16,7 +16,7 @@ public final class TextFieldNodeView: UITextField {
|
||||
}
|
||||
|
||||
override public func placeholderRect(forBounds bounds: CGRect) -> CGRect {
|
||||
return self.editingRect(forBounds: bounds.offsetBy(dx: 0.0, dy: -1.0))
|
||||
return self.editingRect(forBounds: bounds.offsetBy(dx: 0.0, dy: 0.0))
|
||||
}
|
||||
|
||||
override public func deleteBackward() {
|
||||
|
||||
Reference in New Issue
Block a user