Skip to content

Commit

Permalink
fix: added tab title
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Nijhuis committed Jan 11, 2024
1 parent 3d0fd85 commit 3d6d298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TabOrchestrator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ const closeAndSetActiveTab = (id: string) => {
}"
v-for="tab in tabs"
@click="setActiveTab(tab.id)"
:title="tab.title"
>
<span class="truncate">{{ tab.title }}</span>
<div
Expand Down

0 comments on commit 3d6d298

Please sign in to comment.