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;
|
||||
}
|
||||
nodeElement.lastElementChild.innerHTML = nodeAttrHTML + Constants.ZWSP;
|
||||
nodeElement.setAttribute("updated", dayjs().format("YYYYMMDDHHmmss"));
|
||||
updateTransaction(protyle, id, nodeElement.outerHTML, oldHTML);
|
||||
dialog.destroy();
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue