mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
fix(tasks): task list not clearing properly
This commit is contained in:
@@ -108,7 +108,7 @@ export default class TaskListWidget extends TypeWidget {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$taskContainer.clearQueue();
|
this.$taskContainer.html("");
|
||||||
|
|
||||||
const tasks = await froca.getTasks();
|
const tasks = await froca.getTasks();
|
||||||
for (const task of tasks) {
|
for (const task of tasks) {
|
||||||
|
|||||||
Reference in New Issue
Block a user