mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-02 15:59:39 +00:00
Fixes on-hover notes on tasks do not update after you edit the notes, until a sync occurs (#8353)
* Shift taskPopover from one-time-binding to regular binding, allowing task note display to be updated * Re-add Markdown filter to task popover
This commit is contained in:
parent
b0341aa06f
commit
f49fd05da1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ li(id='task-{{::task._id}}',
|
|||
ng-click='spell && (list.type != "reward") && castEnd(task, "task", $event)',
|
||||
ng-show='shouldShow(task, list, user.preferences)',
|
||||
popover-trigger='mouseenter', popover-placement="top", popover-append-to-body='{{::modal ? "false":"true"}}',
|
||||
data-popover-html="{{::taskPopover(task) | markdown}}")
|
||||
data-popover-html="{{taskPopover(task) | markdown}}")
|
||||
|
||||
ng-form(name='taskForm')
|
||||
include ./meta_controls
|
||||
|
|
|
|||
Loading…
Reference in a new issue