Skip to content

Bug founded when reaching max line #105

@zkfpk6

Description

@zkfpk6

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions