You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/StreamChatSwiftUI/Utils/Common/InputTextView.swift
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ class InputTextView: UITextView {
24
24
/// The maximum height of the text view.
25
25
/// When the content in the text view is greater than this height, scrolling will be enabled and the text view's height will be restricted to this value
26
26
openvarmaximumHeight:CGFloat{
27
-
70.0
27
+
76.0
28
28
}
29
29
30
30
overrideopenfunc didMoveToSuperview(){
@@ -71,7 +71,7 @@ class InputTextView: UITextView {
0 commit comments