fix: user switcher blocking other dialog (#430)
This commit is contained in:
parent
ebf1bb81b0
commit
61113a242a
3 changed files with 9 additions and 5 deletions
|
@ -9,8 +9,8 @@
|
|||
/>
|
||||
</div>
|
||||
|
||||
<template #popper>
|
||||
<UserSwitcher ref="switcher" />
|
||||
<template #popper="{ hide }">
|
||||
<UserSwitcher ref="switcher" @click="hide()" />
|
||||
</template>
|
||||
</VDropdown>
|
||||
<button v-else btn-solid text-sm px-2 py-1 text-center @click="openSigninDialog()">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue