You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed an issue where emojis would automatically move to a new line when pasted, due to a whitespace problem.
To resolve this, I made a function with the help of AI to check if multiple emojis are present on the same line. If they are, the "handleCopy" function ensures that the next set of emojis starts on a new line.
So, I implemented a copy function that is linked to the "Copy Emojis" button on the frontend. This function automatically selects all emojis, helping to avoid manual selection and ensuring they are copied correctly.
I fixed an issue where emojis would automatically move to a new line when pasted, due to a whitespace problem.
To resolve this, I made a function with the help of AI to check if multiple emojis are present on the same line. If they are, the "handleCopy" function ensures that the next set of emojis starts on a new line.
So, I implemented a copy function that is linked to the "Copy Emojis" button on the frontend. This function automatically selects all emojis, helping to avoid manual selection and ensuring they are copied correctly.
copy_emojis.mp4
good job!, can you create a Pull request for the same ?
new.issue.mp4
The text was updated successfully, but these errors were encountered: