mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix
This commit is contained in:
parent
6d461c788a
commit
2d6d0947d8
@ -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
Block a user