scttcper/ngx-emoji-mart

Showing the wrong emojis

apangr opened this issue · 1 comments

apangr commented

Using "@angular/core": "^15.0.0" and "@ctrl/ngx-emoji-mart": "^8.2.0".

app.module.ts
import { PickerModule } from '@ctrl/ngx-emoji-mart'; ... imports: [ ... PickerModule]

component.component.html
<emoji-mart class="emoji-mart" (emojiSelect)="addEmoji($event)" title="Pick your emoji…" ></emoji-mart>

The library is showing the wrong emojis:

image 1

I'd try 9.2.0 or manually adjust the sheetsizes and sheets being used.