Fix autofocusing Emoji reaction picker search (#10599)
This commit is contained in:
@@ -217,6 +217,7 @@ let MessageItem = ({
|
||||
const avatar =
|
||||
profile && moderationOpts ? (
|
||||
<Link
|
||||
style={[a.rounded_full]}
|
||||
label={l`${createSanitizedDisplayName(profile)}’s avatar`}
|
||||
accessibilityHint={l`Opens this profile`}
|
||||
to={makeProfileLink({
|
||||
|
||||
Reference in New Issue
Block a user