Invite Links Fixes

This commit is contained in:
Ilya Laktyushin
2021-02-17 16:01:28 +04:00
parent 415164748f
commit e739cd91ff
8 changed files with 50 additions and 3 deletions

View File

@@ -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() {