Fix local folder title option refresh race
This commit is contained in:
@@ -988,6 +988,8 @@ export const createDocumentSessionRuntime = (dependencies = {}) => {
|
||||
return;
|
||||
}
|
||||
}
|
||||
session.latestAggregate = nextAggregate;
|
||||
syncPageAggregateScript(session, nextAggregate);
|
||||
const nextBody = nextAggregate?.body || {};
|
||||
const nextPermissions = nextAggregate?.head?.permissions || {};
|
||||
const nextConflictKey = conflictDetectionKeyFromBody(nextBody);
|
||||
|
||||
Reference in New Issue
Block a user