bustle / mobiledoc-kit

A toolkit for building WYSIWYG editors with Mobiledoc
https://bustle.github.io/mobiledoc-kit/demo/
MIT License
1.55k stars 156 forks source link

Fix emoji input on iOS #764

Closed JBYoshi closed 1 year ago

JBYoshi commented 1 year ago

Many emoji char codes are bigger than String.fromCharCode() supports. String.fromCodePoint() has a larger range that allows emojis.

Fixes TryGhost/Ghost#11541.

gpoitch commented 1 year ago

Thank you. Updated the title as they work correctly on desktop.

Tests are passing. The failure is due to account secrets not working in forks that we need to figure out.