me when the
This commit is contained in:
parent
6c4fd26e6f
commit
de004c0108
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc.8-b.9",
|
"version": "12.119.0-calc.9",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -520,6 +520,9 @@ export async function openEmojiPicker(src?: HTMLElement, opts, initialTextarea:
|
|||||||
chosen: emoji => {
|
chosen: emoji => {
|
||||||
insertTextAtCursor(activeTextarea, emoji);
|
insertTextAtCursor(activeTextarea, emoji);
|
||||||
},
|
},
|
||||||
|
done: emoji => {
|
||||||
|
insertTextAtCursor(activeTextarea, emoji);
|
||||||
|
},
|
||||||
closed: () => {
|
closed: () => {
|
||||||
openingEmojiPicker!.dispose();
|
openingEmojiPicker!.dispose();
|
||||||
openingEmojiPicker = null;
|
openingEmojiPicker = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user