Fix TSK-96 (#2052)

This commit is contained in:
Andrey Sobolev
2022-06-10 22:48:14 +07:00
committed by GitHub
parent 77ee575bbd
commit 546eac5dee
27 changed files with 206 additions and 120 deletions
@@ -30,6 +30,8 @@
wonStates = result.filter((x) => x._class === task.class.WonState)
lostStates = result.filter((x) => x._class === task.class.LostState)
})
} else {
doneStatesQ.unsubscribe()
}
let hoveredDoneState: Ref<DoneState> | undefined
@@ -45,6 +45,8 @@
},
{ limit: 1 }
)
} else {
query.unsubscribe()
}
</script>