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
Hello,
Thank you for creating this with Angular.
I just added ngx-emoji-mart to my project and I got an issue when I put <emoji-mart set="twitter" title="Pick your emoji…" emoji="point_up"></emoji-mart> to modal body and It block the UI about 1 second when I open the modal.
I've added the approach that the original emoji mart uses. With custom emoji it might still take a while, but with native emoji it went from ~1sec to ~200ms
Hello,
Thank you for creating this with Angular.
I just added ngx-emoji-mart to my project and I got an issue when I put
<emoji-mart set="twitter" title="Pick your emoji…" emoji="point_up"></emoji-mart>
to modal body and It block the UI about 1 second when I open the modal.It also block UI when I navigate to a screen that use emoji-mart.
I reproduce issue with navigating:
https://stackblitz.com/edit/angular-egigxh
https://angular-egigxh.stackblitz.io/
My package.json:
The text was updated successfully, but these errors were encountered: