From 79ff9309fd4071566b6c793ae6cfc60cf6f1b436 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 24 Aug 2023 21:18:38 -0400 Subject: [PATCH] fix: Write revision when leaving editing mode --- server/commands/documentUpdater.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/commands/documentUpdater.ts b/server/commands/documentUpdater.ts index 0be8722df..d1aff14e1 100644 --- a/server/commands/documentUpdater.ts +++ b/server/commands/documentUpdater.ts @@ -87,6 +87,7 @@ export default async function documentUpdater({ teamId: document.teamId, actorId: user.id, data: { + done, title: document.title, }, ip,