1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: focus goes outside modals with tab key navigation

This commit is contained in:
2022-06-26 15:07:37 +02:00
parent 0a3a4827dd
commit e42c424a13
14 changed files with 140 additions and 23 deletions

View File

@ -377,6 +377,7 @@ export default defineComponent({
// fix position when the component is created and opened at the same time
if (isOpen.value) {
setTimeout(() => {
deactivate();
adjustListPosition();
}, 50);
}