mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
refactor: minor improvements
This commit is contained in:
@ -377,7 +377,6 @@ export default defineComponent({
|
||||
// fix position when the component is created and opened at the same time
|
||||
if (isOpen.value) {
|
||||
setTimeout(() => {
|
||||
deactivate();
|
||||
adjustListPosition();
|
||||
}, 50);
|
||||
}
|
||||
|
Reference in New Issue
Block a user