mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08: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