mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
fix: show markdown compiled task text while editing
This commit is contained in:
parent
b3b7108bd6
commit
67187c1b08
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
// main content
|
||||
.task-text(ng-dblclick='doubleClickTask(obj, task)')
|
||||
markdown(text='task.text',target='_blank')
|
||||
markdown(text='task._editing ? task._edit.text : task.text',target='_blank')
|
||||
|
||||
div(ng-if='task.checklist && !$state.includes("options.social.challenges") && !task.collapseChecklist && !task._editing')
|
||||
fieldset.option-group.task-checklist
|
||||
|
|
|
|||
Loading…
Reference in a new issue