fix(task): update due date when marking a task done
This commit is contained in:
parent
5619fda0f2
commit
bf9af27fc3
@ -288,6 +288,7 @@ async function markAsDone(checked: boolean) {
|
|||||||
title: t('task.undo'),
|
title: t('task.undo'),
|
||||||
callback: () => undoDone(checked),
|
callback: () => undoDone(checked),
|
||||||
}])
|
}])
|
||||||
|
updateDueDate()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (checked) {
|
if (checked) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user