Skip to content

Commit

Permalink
fix(projects): fix menu-toggler hidden in mobile layout. fixed #483
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 12, 2024
1 parent 8f9a705 commit 4470cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/common/menu-toggler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const icon = computed(() => {

<template>
<ButtonIcon
:key="String(collapsed)"
:tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')"
tooltip-placement="bottom-start"
:z-index="zIndex"
Expand Down

0 comments on commit 4470cb4

Please sign in to comment.