mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 07:32:34 +01:00
🚨
This commit is contained in:
parent
3c3b612e1d
commit
ae01b52ae3
9 changed files with 13 additions and 13 deletions
|
|
@ -873,7 +873,7 @@ export class Toolbar {
|
|||
const tempElement = document.createElement("template");
|
||||
tempElement.innerHTML = newHTML;
|
||||
if (tempElement.content.childElementCount > 1) {
|
||||
showMessage(window.siyuan.languages.htmlBlockTip)
|
||||
showMessage(window.siyuan.languages.htmlBlockTip);
|
||||
}
|
||||
}
|
||||
updateTransaction(protyle, id, newHTML, html);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue