typer icon indicating copy to clipboard operation
typer copied to clipboard

Visual bug when adding native emojis ( mac )

Open rockstox opened this issue 4 years ago • 2 comments
trafficstars

When using native emojis ✨😎🚀 there's a small visual bug where the emoji upon being deleted via the 'back' method or created via the 'line' method where for an instant the emoji will be represented by the emoji not found symbol. I fear this may a chrome or OS issue and potentially outside the scope of this plugin, but perhaps there's a way to preload the emjois to be used?

rockstox avatar May 30 '21 21:05 rockstox

Ahhh, I think emojis are like 16 bit or something where some of them are actually 2 characters but visually they are a single character. Parsing them isn't trivial so I have to look into it. Thanks for bringing this up. Let me see what I can find.

qodesmith avatar Jun 11 '21 21:06 qodesmith

Case in point, here's what the emoji's you used in your comment look like when put into an array and split. Also, checkout the string length. Screen Shot 2021-06-11 at 5 31 36 PM

qodesmith avatar Jun 11 '21 21:06 qodesmith