Skip to content

Commit

Permalink
fix(projects): fix menu-toggler hidden in mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 12, 2024
1 parent bab6817 commit a73d2e1
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 @@ -37,6 +37,7 @@ const icon = computed(() => {

<template>
<ButtonIcon
:key="String(collapsed)"
:tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')"
tooltip-placement="bottomLeft"
trigger-parent
Expand Down

0 comments on commit a73d2e1

Please sign in to comment.