Closed UtkarshSiddhpura closed 8 months ago
@UtkarshSiddhpura, @llaske, another thing I've found is that if I press any key let's say a
, then the letter get's displayed till it's pressed, then the emoji is displayed only once
I'm fixing this issue now, will raise the PR
Issues found
backspace
could be annoying to users.ctrl+a
,ctrl+backspace
.Possible Fixes
ctrl+backspace
by checkinge.target.value === ""
.