mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 19:37:34 -07:00
fix
This commit is contained in:
parent
6d461c788a
commit
2d6d0947d8
1 changed files with 2 additions and 2 deletions
|
@ -78,9 +78,9 @@ function checkForShift(ev?: MouseEvent) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function chosen(emoji: any, ev: MouseEvent) {
|
function chosen(emoji: any) {
|
||||||
emit("done", emoji);
|
emit("done", emoji);
|
||||||
checkForShift(ev);
|
checkForShift();
|
||||||
}
|
}
|
||||||
|
|
||||||
function opening() {
|
function opening() {
|
||||||
|
|
Loading…
Reference in a new issue