mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 23:14:07 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
ecf004a1f0
14 changed files with 103 additions and 103 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.htmlTip)
|
||||
showMessage(window.siyuan.languages.htmlBlockTip)
|
||||
}
|
||||
}
|
||||
updateTransaction(protyle, id, newHTML, html);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue