Skip to content

Commit

Permalink
fix emoji auto select
Browse files Browse the repository at this point in the history
  • Loading branch information
StaniMilko committed May 14, 2024
1 parent 43e75ad commit 15eef8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ function ComposerWithSuggestions(
debouncedSaveReportComment.cancel();
isCommentPendingSaved.current = false;

setSelection({start: 0, end: 0});
updateComment('');
setTextInputShouldClear(true);
if (isComposerFullSize) {
Expand Down

0 comments on commit 15eef8e

Please sign in to comment.