Merge branch 'develop' of https://codeberg.org/calckey/calckey into upstream
This commit is contained in:
commit
e0581f8999
@ -65,7 +65,12 @@ function chosen(emoji: any) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function opening() {
|
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();
|
picker.value?.focus();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -72,6 +72,11 @@
|
|||||||
"@richardazia@calckey.social",
|
"@richardazia@calckey.social",
|
||||||
"@blues653@calckey.social",
|
"@blues653@calckey.social",
|
||||||
"@rafale_blue@calc.04.si",
|
"@rafale_blue@calc.04.si",
|
||||||
|
"@esm@lethallava.land",
|
||||||
|
"@vmstan@vmst.io",
|
||||||
|
"@jtbennett@noc.social",
|
||||||
|
"@renere@distance.blue",
|
||||||
|
"@theking@kitsunes.club",
|
||||||
"\nInterkosmos Link"
|
"\nInterkosmos Link"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user