Show recently used emojis in the emoji picker. #16

This commit is contained in:
2024-04-04 02:12:43 +01:00
parent 9671413906
commit 68e8c010b7
3 changed files with 141 additions and 93 deletions

View File

@ -125,7 +125,7 @@ class TfMessageElement extends LitElement {
}
react(event) {
emojis.picker((x) => this.vote(x));
emojis.picker((x) => this.vote(x), null, this.whoami);
}
show_image(link) {