From 74195b70eb7bae1f466e6a55e4495f8d934ce565 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 24 Dec 2025 11:29:55 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/16638 --- app/src/protyle/render/av/relation.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/protyle/render/av/relation.ts b/app/src/protyle/render/av/relation.ts index d3108ac93..2f247e716 100644 --- a/app/src/protyle/render/av/relation.ts +++ b/app/src/protyle/render/av/relation.ts @@ -515,6 +515,7 @@ export const setRelationCell = async (protyle: IProtyle, nodeElement: HTMLElemen text: Lute.EscapeHTMLStr(target.querySelector(".b3-menu__label").textContent), className: target.className }); + updateCellsValue(protyle, nodeElement, newValue, cellElements); } else if (rowId) { newValue.blockIDs.push(rowId); newValue.contents.push({ @@ -569,7 +570,6 @@ draggable="true">${genSelectItemHTML({ id: blockID, data: dayjs().format("YYYYMMDDHHmmss"), }]; - transaction(protyle, doOperations.concat(updateOptions.doOperations)); separatorElement.insertAdjacentHTML("beforebegin", ``); + transaction(protyle, doOperations.concat(updateOptions.doOperations)); } } updateCopyRelatedItems(menuElement);