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