make sure dropdown/combobox lists stay visible during close animation to

avoid layout shifts
This commit is contained in:
Gregor Vostrak
2026-07-09 12:33:56 +02:00
parent c90c1ed8fa
commit e302421765
7 changed files with 47 additions and 22 deletions

View File

@@ -594,7 +594,7 @@ const showCreateProject = ref(false);
</slot>
</template>
<template #content>
<div v-if="open">
<div>
<input
ref="searchInput"
:value="searchValue"