diff --git a/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.js b/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.js index 25aab5747f1e..097a2fff8b28 100644 --- a/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.js +++ b/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.js @@ -376,13 +376,6 @@ function ComposerWithSuggestions({ const onChangeText = useCallback( (commentValue) => { - if (syncSelectionWithOnChangeTextRef.current) { - setSelection({ - start: syncSelectionWithOnChangeTextRef.current.position, - end: syncSelectionWithOnChangeTextRef.current.position, - }); - } - updateComment(commentValue, true); if (isIOSNative && syncSelectionWithOnChangeTextRef.current) {