typer
typer copied to clipboard
Visual bug when adding native emojis ( mac )
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?
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.
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.
