fix
This commit is contained in:
parent
24cc6a925d
commit
34beab24b7
|
@ -65,7 +65,7 @@ function chosen(emoji: any) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function opening() {
|
function opening() {
|
||||||
picker.value?.reset();
|
// picker.value?.reset();
|
||||||
picker.value?.focus();
|
picker.value?.focus();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue