Revert "Merge branch 'fix-completion-focus' into 'develop'"
This commit is contained in:
parent
4de05b6e05
commit
d8e54d7a77
@ -430,7 +430,6 @@ function chooseUser() {
|
||||
onUpdated(() => {
|
||||
setPosition();
|
||||
items.value = suggests.value?.children ?? [];
|
||||
selectNext();
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
@ -449,7 +448,6 @@ onMounted(() => {
|
||||
exec();
|
||||
});
|
||||
},
|
||||
{ immediate: true },
|
||||
);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user