mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-30 00:29:46 +08:00
feat(core): show sync state at doc info (#7244)
This commit is contained in:
@@ -14,7 +14,7 @@ export function useDocEngineStatus() {
|
||||
() => ({
|
||||
...engineState,
|
||||
progress,
|
||||
syncing: engineState.syncing > 0,
|
||||
syncing: engineState.syncing > 0 || engineState.retrying,
|
||||
}),
|
||||
[engineState, progress]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user