Skip to content

Commit

Permalink
Merge pull request Expensify#23518 from Expensify/revert-22443-fix/21…
Browse files Browse the repository at this point in the history
…137-cursor-resets-to-the-beginning
  • Loading branch information
thienlnam authored Jul 25, 2023
2 parents 031b4a3 + fc19222 commit ab9d84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItemMessageEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ function ReportActionItemMessageEdit(props) {
}
openReportActionComposeViewWhenClosingMessageEdit();
}}
selection={!isFocused ? undefined : selection}
selection={selection}
onSelectionChange={(e) => setSelection(e.nativeEvent.selection)}
/>
</View>
Expand Down

0 comments on commit ab9d84c

Please sign in to comment.