From 9fb2f559793a16e28ddd86c73941cdff226e2af4 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 11 Aug 2025 22:09:59 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/15530 --- app/src/protyle/render/av/blockAttr.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/protyle/render/av/blockAttr.ts b/app/src/protyle/render/av/blockAttr.ts index 8d9b31fd7..fdf8e42d8 100644 --- a/app/src/protyle/render/av/blockAttr.ts +++ b/app/src/protyle/render/av/blockAttr.ts @@ -189,7 +189,7 @@ export const renderAVAttribute = (element: HTMLElement, id: string, protyle: IPr ${table.avName || window.siyuan.languages.database}
- + `; table.keyValues?.forEach(item => { innerHTML += `
@@ -359,11 +359,11 @@ class="fn__flex-1 fn__flex${["url", "text", "number", "email", "phone", "block"] if (blockElement) { transaction(protyle, [{ action: "removeAttrViewBlock", - srcIDs: [id], + srcIDs: [removeElement.dataset.rowId], avID: blockElement.dataset.avId, }, { action: "doUpdateUpdated", - id, + id: removeElement.dataset.rowId, data: dayjs().format("YYYYMMDDHHmmss"), }]); blockElement.remove();