fixed cards getting added in archive view and closes #1682

Signed-off-by: Ishant <ishantgupta777@gmail.com>
This commit is contained in:
Ishant
2020-04-17 07:33:12 +05:30
parent f7ebdf0626
commit 478f849b51

View File

@@ -28,7 +28,7 @@
<h2><a href="#">{{ board.title }}</a></h2>
</div>
<div v-if="board" class="board-actions">
<div v-if="canManage" id="stack-add" v-click-outside="hideAddStack">
<div v-if="canManage && !showArchived" id="stack-add" v-click-outside="hideAddStack">
<Actions v-if="!isAddStackVisible">
<ActionButton icon="icon-add" :title="t('deck', 'Add new list')" @click.stop="showAddStack" />
</Actions>