This commit is contained in:
ThatOneCalculator 2023-06-29 21:12:55 -07:00
parent 24cc6a925d
commit 34beab24b7
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 1 additions and 1 deletions

View File

@ -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>