From 3aa0000c695e69ef7200f4c94d174729ad66eab7 Mon Sep 17 00:00:00 2001 From: astrohunter62 <136574831+astrohunter62@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:53:22 -0400 Subject: [PATCH] Update src/components/LHNOptionsList/OptionRowLHN.js Co-authored-by: Joel Davies --- src/components/LHNOptionsList/OptionRowLHN.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LHNOptionsList/OptionRowLHN.js b/src/components/LHNOptionsList/OptionRowLHN.js index a0d3c59bdd5c..d85cd63a0b0b 100644 --- a/src/components/LHNOptionsList/OptionRowLHN.js +++ b/src/components/LHNOptionsList/OptionRowLHN.js @@ -185,7 +185,7 @@ function OptionRowLHN(props) { testID={optionItem.reportID} onSecondaryInteraction={(e) => { showPopover(e); - // Composer blur when opening context menu + // Ensure that we blur the composer when opening context menu, so that only one component is focused at a time DomUtils.getActiveElement().blur(); }} withoutFocusOnSecondaryInteraction