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