Skip to content

Commit

Permalink
Fix call to missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeywhaar committed Jul 17, 2022
1 parent 7429dbe commit 7d808c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/window-tabset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@drop="onDrop($event)"
:class="{'window-tabset-incognito': tabset.incognito}"
>
<div class="tabset__item" :style="{'background-color': headerColor}">
<div class="tabset__item">
<span class="tabset__title" @click="toggleCollapse">Window {{title}}</span>
<span v-if="showCount" class="tabset__count">{{tabset.tabs.length}}</span>
<div class="tabset__controls" :class="overlayClasses">
Expand Down

0 comments on commit 7d808c2

Please sign in to comment.