-
-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
when reaching max line, the textview changed its height to min line height.
In NextGroingTextView.swift, line 409:
containerSize = CGSize(width: actualTextViewSize.width, height: state.resolvedMinHeight)
should be
containerSize = CGSize(width: actualTextViewSize.width, height: state.resolvedMaxHeight)
zeroskylian
Metadata
Metadata
Assignees
Labels
No labels