mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-21 19:24:15 +00:00
Task notes now disappear when they are deleted from the main task.
This commit is contained in:
parent
e9163a1bb2
commit
2094a4d4b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue