mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
chore: support kanban progress update
This commit is contained in:
@@ -63,7 +63,7 @@ const useBlockProgress = (block?: AsyncBlock) => {
|
||||
|
||||
const unobserve = block.onUpdate(() => {
|
||||
updateProgress();
|
||||
});
|
||||
}, 1);
|
||||
|
||||
return unobserve;
|
||||
}, [block]);
|
||||
|
||||
Reference in New Issue
Block a user