me when the

This commit is contained in:
ThatOneCalculator 2022-11-06 20:17:59 -08:00
parent 6c4fd26e6f
commit de004c0108
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc.8-b.9",
"version": "12.119.0-calc.9",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -520,6 +520,9 @@ export async function openEmojiPicker(src?: HTMLElement, opts, initialTextarea:
chosen: emoji => {
insertTextAtCursor(activeTextarea, emoji);
},
done: emoji => {
insertTextAtCursor(activeTextarea, emoji);
},
closed: () => {
openingEmojiPicker!.dispose();
openingEmojiPicker = null;