From dd223af57e00aded2521df96ac46d4b3c080dc26 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 20 Dec 2024 10:41:33 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/13536 --- app/src/protyle/render/av/blockAttr.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/protyle/render/av/blockAttr.ts b/app/src/protyle/render/av/blockAttr.ts index 4ee7ce7eb..38ae9e9b1 100644 --- a/app/src/protyle/render/av/blockAttr.ts +++ b/app/src/protyle/render/av/blockAttr.ts @@ -358,6 +358,10 @@ class="fn__flex-1 fn__flex${["url", "text", "number", "email", "phone"].includes action: "removeAttrViewBlock", srcIDs: [id], avID: blockElement.dataset.avId, + }, { + action: "doUpdateUpdated", + id, + data: dayjs().format("YYYYMMDDHHmmss"), }]); blockElement.remove(); if (!element.innerHTML) {