Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
astrohunter62 committed Oct 13, 2023
2 parents d83fb5c + 3aa0000 commit fa08095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LHNOptionsList/OptionRowLHN.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function OptionRowLHN(props) {
testID={optionItem.reportID}
onSecondaryInteraction={(e) => {
showPopover(e);
// // Ensure that we blur the composer when opening context menu, so that only one component is focused at a time
// Ensure that we blur the composer when opening context menu, so that only one component is focused at a time
DomUtils.getActiveElement().blur();
}}
withoutFocusOnSecondaryInteraction
Expand Down

0 comments on commit fa08095

Please sign in to comment.