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

This commit is contained in:
Kainoa Kanter 2023-07-31 06:14:48 +00:00
parent 4de05b6e05
commit d8e54d7a77

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 },
); );
}); });
}); });