Skip to content

Commit

Permalink
Merge pull request Expensify#30964 from bernhardoj/fix/27622-extra-li…
Browse files Browse the repository at this point in the history
…ne-edit-composer

Fix an extra line is added when editing a one full line of a message
  • Loading branch information
amyevans authored Nov 14, 2023
2 parents e06b357 + 29b9434 commit 146383c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Composer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const propTypes = {
const defaultProps = {
defaultValue: undefined,
value: undefined,
numberOfLines: undefined,
numberOfLines: 0,
onNumberOfLinesChange: () => {},
maxLines: -1,
onPasteFile: () => {},
Expand Down

0 comments on commit 146383c

Please sign in to comment.