Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2022-08-28 10:49:55 +08:00
commit ecf004a1f0
14 changed files with 103 additions and 103 deletions

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);