Vanessa 2026-02-20 12:15:46 +08:00
parent fb8d9dfde9
commit 588abd5001

View file

@ -2275,6 +2275,7 @@ export const tableMenu = (protyle: IProtyle, nodeElement: Element, cellElement:
nodeElement.removeAttribute("caption");
}
updateTransaction(protyle, nodeElement.getAttribute("data-node-id"), nodeElement.outerHTML, html);
dialog.destroy();
});
}
});