Skip to content

Commit

Permalink
Merge pull request #2123 from nextcloud/fix/2048
Browse files Browse the repository at this point in the history
fix control tooltip
  • Loading branch information
juliusknorr authored Jul 15, 2020
2 parents a1a3c79 + 85ffa0d commit 9663797
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
<div v-if="canManage && !showArchived && !board.archived"
id="stack-add"
v-click-outside="hideAddStack">
<Actions v-if="!isAddStackVisible" :title="t('deck', 'Add new list')">
<ActionButton icon="icon-add" @click.stop="showAddStack" />
<Actions v-if="!isAddStackVisible">
<ActionButton icon="icon-add" @click.stop="showAddStack">
{{ t('deck', 'Add new list') }}
</ActionButton>
</Actions>
<form v-else @submit.prevent="addNewStack()">
<label for="new-stack-input-main" class="hidden-visually">{{ t('deck', 'Add new list') }}</label>
Expand Down

0 comments on commit 9663797

Please sign in to comment.