diff options
Diffstat (limited to 'src/components/common')
-rw-r--r-- | src/components/common/TaggTypeahead.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/common/TaggTypeahead.tsx b/src/components/common/TaggTypeahead.tsx index bef72851..fcf196bd 100644 --- a/src/components/common/TaggTypeahead.tsx +++ b/src/components/common/TaggTypeahead.tsx @@ -8,7 +8,6 @@ import {SCREEN_WIDTH} from '../../utils'; import TaggUserRowCell from './TaggUserRowCell'; const TaggTypeahead: React.FC<MentionSuggestionsProps> = ({ - textRef, keyword, onSuggestionPress, }) => { @@ -53,7 +52,6 @@ const TaggTypeahead: React.FC<MentionSuggestionsProps> = ({ name: user.username, }); setResults([]); - textRef.current.focus(); }} user={user} /> |