From 07871853a5fd5946397c20b0b80652f18c3b7cb8 Mon Sep 17 00:00:00 2001 From: SiriusXT <1160925501@qq.com> Date: Mon, 29 Dec 2025 19:24:53 +0800 Subject: [PATCH] fix(window): cannot save when switching between multiple windows --- apps/client/src/services/froca_updater.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/client/src/services/froca_updater.ts b/apps/client/src/services/froca_updater.ts index 6d6ef9213..9f7c8a3ed 100644 --- a/apps/client/src/services/froca_updater.ts +++ b/apps/client/src/services/froca_updater.ts @@ -27,10 +27,6 @@ async function processEntityChanges(entityChanges: EntityChange[]) { loadResults.addRevision(ec.entityId, ec.noteId, ec.componentId); } else if (ec.entityName === "options") { const attributeEntity = ec.entity as FAttributeRow; - if (attributeEntity.name === "openNoteContexts") { - continue; // only noise - } - options.set(attributeEntity.name as OptionNames, attributeEntity.value); loadResults.addOption(attributeEntity.name as OptionNames); } else if (ec.entityName === "attachments") {