Task notes now disappear when they are deleted from the main task.

This commit is contained in:
Jose Garay 2019-05-11 23:47:24 -07:00
parent e9163a1bb2
commit 2094a4d4b8

View file

@ -43,7 +43,7 @@
span.text {{ $t('delete') }}
.task-notes.small-text(
v-markdown="task.notes",
v-html="task.notes",
:class="{'has-checklist': task.notes && hasChecklist}",
)
.checklist(v-if="canViewchecklist", :class="{isOpen: !task.collapseChecklist}")