浏览代码

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

Vanessa 7 月之前
父节点
当前提交
dd223af57e
共有 1 个文件被更改,包括 4 次插入0 次删除
  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) {