diff --git a/src/pages/home/report/ReportActionCompose.js b/src/pages/home/report/ReportActionCompose.js index 2b9384f2db67..05f8611b8992 100755 --- a/src/pages/home/report/ReportActionCompose.js +++ b/src/pages/home/report/ReportActionCompose.js @@ -444,8 +444,6 @@ class ReportActionCompose extends React.Component { } this.setState({isFullComposerAvailable: false}); - // Important to reset the selection on Submit action - this.textInput.setNativeProps({selection: {start: 0, end: 0}}); return trimmedComment; }