Removal of non-collaborative editing code paths (#4210)
This commit is contained in:
@@ -121,16 +121,11 @@ function InnerDocumentLink(
|
||||
if (!document) {
|
||||
return;
|
||||
}
|
||||
await documents.update(
|
||||
{
|
||||
id: document.id,
|
||||
text: document.text,
|
||||
title,
|
||||
},
|
||||
{
|
||||
lastRevision: document.revision,
|
||||
}
|
||||
);
|
||||
await documents.update({
|
||||
id: document.id,
|
||||
text: document.text,
|
||||
title,
|
||||
});
|
||||
},
|
||||
[documents, document]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user