Skip to content

Commit 2906498

Browse files
hoangzinhmarcaaron
andauthored
Update comment
Co-authored-by: Marc Glasser <[email protected]>
1 parent 08f8abf commit 2906498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/report/ReportActionItemMessageEdit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function ReportActionItemMessageEdit(props) {
120120

121121
return () => {
122122
// Skip if this is not the focused message so the other edit composer stays focused.
123-
// In small screen devices, when EmojiPicker is show, the current edit message will be lost focus, we need to check this case as well.
123+
// In small screen devices, when EmojiPicker is shown, the current edit message will lose focus, we need to check this case as well.
124124
if (!isFocusedRef.current && !EmojiPickerAction.isActiveReportAction(props.action.reportActionID)) {
125125
return;
126126
}

0 commit comments

Comments
 (0)