mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Polish UI, add new functionality to composer
This commit is contained in:
parent
ddebe77e5b
commit
2cc3d2ea7a
5 changed files with 76 additions and 6 deletions
|
|
@ -68,8 +68,10 @@ useServerSeoMeta({
|
|||
|
||||
const { n } = useMagicKeys();
|
||||
|
||||
watchEffect(() => {
|
||||
watchEffect(async () => {
|
||||
if (n.value) {
|
||||
// Wait 50ms
|
||||
await new Promise((resolve) => setTimeout(resolve, 50));
|
||||
useEvent("composer:open");
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue