fix
This commit is contained in:
parent
3dc1af2b7c
commit
c954bc6b95
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue