Skip to content

Commit

Permalink
CW-2031 Fixed issue with emoji adds to end
Browse files Browse the repository at this point in the history
  • Loading branch information
MeyerPV committed Sep 25, 2023
1 parent d6b441d commit b0b470c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/ui-kit/TextEditor/BaseTextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ const BaseTextEditor: FC<TextEditorProps> = (props) => {
containerClassName={emojiContainerClassName}
pickerContainerClassName={emojiPickerContainerClassName}
onEmojiSelect={(emoji) => {
Transforms.select(editor, EditorSlate.end(editor, []));
insertEmoji(editor, emoji.native);
}}
/>
Expand Down

0 comments on commit b0b470c

Please sign in to comment.