fix
This commit is contained in:
parent
7d41179b83
commit
b0b0fda42c
|
@ -78,9 +78,9 @@ function checkForShift(ev?: MouseEvent) {
|
|||
}
|
||||
}
|
||||
|
||||
function chosen(emoji: any, ev: MouseEvent) {
|
||||
function chosen(emoji: any) {
|
||||
emit("done", emoji);
|
||||
checkForShift(ev);
|
||||
checkForShift();
|
||||
}
|
||||
|
||||
function opening() {
|
||||
|
|
Loading…
Reference in New Issue