Skip to content

Commit

Permalink
fix: user profile dropdown closing
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jan 4, 2025
1 parent d81b824 commit fb87aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/design/Popper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import { Tooltip } from "floating-vue";
<template #default="{ shown }">
<slot :shown="shown" />
</template>
<template #popper="{ close }">
<slot name="content" :close="close" />
<template #popper="{ hide }">
<slot name="content" :close="hide" />
</template>
</Tooltip>
</template>
Expand Down

0 comments on commit fb87aca

Please sign in to comment.