chore: support kanban progress update

This commit is contained in:
lawvs
2022-08-25 18:24:30 +08:00
parent 827e7425c5
commit 2fd6921fe1
@@ -63,7 +63,7 @@ const useBlockProgress = (block?: AsyncBlock) => {
const unobserve = block.onUpdate(() => {
updateProgress();
});
}, 1);
return unobserve;
}, [block]);