From fa0d28acd1e66a1a8c791cc7216c0fb84c3ac2c0 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Mon, 31 Oct 2022 22:29:45 +0100 Subject: [PATCH] Fixed #426 --- src/components/Emojis/List.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/Emojis/List.tsx b/src/components/Emojis/List.tsx index 0ccb2c55..bf3d2281 100644 --- a/src/components/Emojis/List.tsx +++ b/src/components/Emojis/List.tsx @@ -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 }) => {