Skip to content

Commit

Permalink
Merge pull request #28613 from OlimpiaZurek/fix/28501-cursor-does-not…
Browse files Browse the repository at this point in the history
…-moved-to-new-line

[CP Staging] fix cursor moving to new line when tapped return
  • Loading branch information
mountiny authored Oct 2, 2023
2 parents 8232389 + 8657dd4 commit 79897e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import useLocalize from '../../../../hooks/useLocalize';
function PopoverReportActionContextMenu(_props, ref) {
const {translate} = useLocalize();
const reportIDRef = useRef('0');
const typeRef = useRef('');
const typeRef = useRef(undefined);
const reportActionRef = useRef({});
const reportActionIDRef = useRef('0');
const originalReportIDRef = useRef('0');
Expand Down

0 comments on commit 79897e3

Please sign in to comment.