fix(window): cannot save when switching between multiple windows
Some checks are pending
Checks / main (push) Waiting to run

This commit is contained in:
SiriusXT 2025-12-29 19:24:53 +08:00
parent 254145f0e5
commit 07871853a5

View File

@ -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") {