0
0
Fork 0

Rewrite <AutosuggestHashtag /> as FC and TS (#25481)

This commit is contained in:
たいち ひ 2023-06-19 21:11:46 +09:00 committed by GitHub
parent e1c9d52e91
commit 804488d38e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 44 additions and 46 deletions

View file

@ -10,7 +10,7 @@ import Textarea from 'react-textarea-autosize';
import AutosuggestAccountContainer from '../features/compose/containers/autosuggest_account_container';
import AutosuggestEmoji from './autosuggest_emoji';
import AutosuggestHashtag from './autosuggest_hashtag';
import { AutosuggestHashtag } from './autosuggest_hashtag';
const textAtCursorMatchesToken = (str, caretPosition) => {
let word;