mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 23:40:25 +00:00
fix(tasks): do not load completed todos if not necessary
This commit is contained in:
parent
896a1b74b6
commit
8eac8732c5
1 changed files with 1 additions and 0 deletions
|
|
@ -450,6 +450,7 @@ export default {
|
|||
|
||||
if (this.type !== 'todo') return;
|
||||
this.$root.$on('habitica::resync-requested', () => {
|
||||
if (this.activeFilter.label !== 'complete2') return;
|
||||
this.loadCompletedTodos(true);
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue