🎨 使用 HTML 块时建议使用 <div> 包裹 HTML 代码 https://github.com/siyuan-note/siyuan/issues/5732

This commit is contained in:
Liang Ding 2022-08-28 10:33:58 +08:00
parent dca278d723
commit 51eedd11eb
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -873,7 +873,7 @@ export class Toolbar {
const tempElement = document.createElement("template");
tempElement.innerHTML = newHTML;
if (tempElement.content.childElementCount > 1) {
showMessage(window.siyuan.languages.htmlTip)
showMessage(window.siyuan.languages.htmlBlockTip)
}
}
updateTransaction(protyle, id, newHTML, html);