Revert "Merge branch 'fix-completion-focus' into 'develop'"
This commit is contained in:
parent
4de05b6e05
commit
d8e54d7a77
1 changed files with 0 additions and 2 deletions
|
@ -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 },
|
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue