mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
This commit is contained in:
parent
734abe050c
commit
86276e414b
1 changed files with 1 additions and 0 deletions
|
|
@ -542,6 +542,7 @@ export const openAttr = (nodeElement: Element, protyle: IProtyle, focusName = "b
|
||||||
nodeAttrHTML += refElement.outerHTML;
|
nodeAttrHTML += refElement.outerHTML;
|
||||||
}
|
}
|
||||||
nodeElement.lastElementChild.innerHTML = nodeAttrHTML + Constants.ZWSP;
|
nodeElement.lastElementChild.innerHTML = nodeAttrHTML + Constants.ZWSP;
|
||||||
|
nodeElement.setAttribute("updated", dayjs().format("YYYYMMDDHHmmss"));
|
||||||
updateTransaction(protyle, id, nodeElement.outerHTML, oldHTML);
|
updateTransaction(protyle, id, nodeElement.outerHTML, oldHTML);
|
||||||
dialog.destroy();
|
dialog.destroy();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue