Fix minimum height of comment reply editors.

Review Request #13054 — Created May 18, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

In the update to the review reply editors to switch to
InlineEditorView, I read the existing code a little bit wrong, and
mistakenly overrode the minimum height default to be zero. This change
removes that override, so that the default height for reply editors is
the default editor minimum (70px).

Opened editors for replies to comments and review headers and saw the
correct minimum editor height.

Commits

Files

    Loading...