mirror of https://github.com/tooot-app/app
Fixed #426
This commit is contained in:
parent
4f22e4bd78
commit
fa0d28acd1
|
@ -54,9 +54,6 @@ const EmojisList = () => {
|
|||
|
||||
const addedLength = spaceFront.length + shortcode.length + spaceRear.length
|
||||
setSelection({ start: selection.start + addedLength })
|
||||
ref?.current?.setNativeProps({
|
||||
selection: { start: selection.start + addedLength }
|
||||
})
|
||||
}
|
||||
|
||||
const listItem = ({ index, item }: { item: Mastodon.Emoji[]; index: number }) => {
|
||||
|
|
Loading…
Reference in New Issue