Skip to content

Commit

Permalink
Update src/components/TabsBar/TabsBar.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnabdaz authored Jan 16, 2024
1 parent 9f4cd73 commit e079811
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/TabsBar/TabsBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
+
</button>
<button class="tabsbar-toggle" @click="toggleHeight">
<i v-if="showMaxHeight" class="mdi-chevron-down mdi v-icon notranslate v-icon--size-default v-theme--light" aria-hidden="true"></i>
<i v-else class="mdi-chevron-up mdi v-icon notranslate v-icon--size-default v-theme--light" aria-hidden="true"></i>
<v-icon>{{ showMaxHeight ? 'mdi-chevron-down' : 'mdi-chevron-up' }}</v-icon>
</button>
</div>
<!-- <MessageBox
Expand Down

0 comments on commit e079811

Please sign in to comment.