Browse Source

:art: https://github.com/siyuan-note/siyuan/issues/13536

Vanessa 7 months ago
parent
commit
dd223af57e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/src/protyle/render/av/blockAttr.ts

+ 4 - 0
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) {