This commit is contained in:
ThatOneCalculator 2023-07-11 20:57:28 -07:00
parent 7d41179b83
commit b0b0fda42c
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -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() {