react-native-live-markdown icon indicating copy to clipboard operation
react-native-live-markdown copied to clipboard

Cursor jumps to the end after adding a space between an emoji and a text

Open VickyStash opened this issue 1 year ago • 2 comments
trafficstars

Problem

The cursor jumps to the end after adding a space between an emoji and a text in the singleline input.

Steps to reproduce

  1. Inside the singleline input enter a text with the emoji, for example 😁hello
  2. Insert a space between 😁 and hello, you will see that the cursor will jump to the end of the line.

Video:

https://github.com/user-attachments/assets/2835579a-bf6a-47ab-b4f8-623c2f453bb5

Platforms

WEB

VickyStash avatar Jul 29 '24 10:07 VickyStash

^^ @parasharrajat

VickyStash avatar Jul 29 '24 10:07 VickyStash

Fixed in https://github.com/Expensify/react-native-live-markdown/pull/482

https://github.com/user-attachments/assets/1a36fe60-64db-4f32-8e27-7eaefbad4c6c

Skalakid avatar Sep 17 '24 11:09 Skalakid