Merge branch 'revert-1f8bb6e9' into 'develop'

Revert "Merge branch 'fix-completion-focus' into 'develop'"

See merge request firefish/firefish!10543
This commit is contained in:
Kainoa Kanter 2023-07-31 06:14:48 +00:00
commit 98a89dd74a

View File

@ -430,7 +430,6 @@ function chooseUser() {
onUpdated(() => { onUpdated(() => {
setPosition(); setPosition();
items.value = suggests.value?.children ?? []; items.value = suggests.value?.children ?? [];
selectNext();
}); });
onMounted(() => { onMounted(() => {
@ -449,7 +448,6 @@ onMounted(() => {
exec(); exec();
}); });
}, },
{ immediate: true },
); );
}); });
}); });