Skip to content

Commit

Permalink
fix expand button won't show if composer only contains new line/space
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Sep 29, 2023
1 parent dfb3f9b commit 9c4dfa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ function ReportActionCompose({
reportID={reportID}
report={report}
reportParticipantIDs={reportParticipantIDs}
isFullComposerAvailable={isFullComposerAvailable && !isCommentEmpty}
isFullComposerAvailable={isFullComposerAvailable}
isComposerFullSize={isComposerFullSize}
updateShouldShowSuggestionMenuToFalse={updateShouldShowSuggestionMenuToFalse}
isBlockedFromConcierge={isBlockedFromConcierge}
Expand Down

0 comments on commit 9c4dfa6

Please sign in to comment.