Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream

This commit is contained in:
freeplay 2023-07-01 21:35:09 -04:00
commit e0581f8999
2 changed files with 11 additions and 1 deletions

View file

@ -65,7 +65,12 @@ function chosen(emoji: any) {
}
function opening() {
// picker.value?.reset();
try {
picker.value?.reset();
}
catch (e) {
console.error(`Something's wrong with restting the emoji picker: ${e}`)
}
picker.value?.focus();
}
</script>

View file

@ -72,6 +72,11 @@
"@richardazia@calckey.social",
"@blues653@calckey.social",
"@rafale_blue@calc.04.si",
"@esm@lethallava.land",
"@vmstan@vmst.io",
"@jtbennett@noc.social",
"@renere@distance.blue",
"@theking@kitsunes.club",
"\nInterkosmos Link"
]
}