forked from shadowfacts/shadowfacts.net
Fix typo
This commit is contained in:
parent
6158bdb832
commit
4c76744365
|
@ -77,7 +77,7 @@ The wrapping SwiftUI view is pretty simple. It passes the string binding through
|
|||
struct ExpandingTextView: View {
|
||||
@Binding var text: String
|
||||
let minHeight: CGFloat = 150
|
||||
@State private var textViewHeight: CGFloat?
|
||||
@State private var height: CGFloat?
|
||||
|
||||
var body: some View {
|
||||
WrappedTextView(text: $text, textDidChange: self.textDidChange)
|
||||
|
|
Loading…
Reference in New Issue