Skip to content

Commit

Permalink
fix composer focus after deleting a message from edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
OlimpiaZurek committed Sep 29, 2023
1 parent dfb3f9b commit e16fb74
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,6 @@ function PopoverReportActionContextMenu(_props, ref) {
onConfirm={confirmDeleteAndHideModal}
onCancel={hideDeleteModal}
onModalHide={() => {
reportIDRef.current = '0';
reportActionRef.current = {};
callbackWhenDeleteModalHide.current();
}}
prompt={translate('reportActionContextMenu.deleteConfirmation', {action: reportAction})}
Expand Down

0 comments on commit e16fb74

Please sign in to comment.