This commit is contained in:
xmflsct 2022-10-31 22:29:45 +01:00
parent 4f22e4bd78
commit fa0d28acd1
1 changed files with 0 additions and 3 deletions

View File

@ -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 }) => {