From 51eedd11eb186a00afbe6c8b9abfdd8be4941146 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 28 Aug 2022 10:33:58 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BD=BF=E7=94=A8=20HTML=20=E5=9D=97?= =?UTF-8?q?=E6=97=B6=E5=BB=BA=E8=AE=AE=E4=BD=BF=E7=94=A8=20`
`=20?= =?UTF-8?q?=E5=8C=85=E8=A3=B9=20HTML=20=E4=BB=A3=E7=A0=81=20https://github?= =?UTF-8?q?.com/siyuan-note/siyuan/issues/5732?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/protyle/toolbar/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/toolbar/index.ts b/app/src/protyle/toolbar/index.ts index e250b7eb7..5a46e91cc 100644 --- a/app/src/protyle/toolbar/index.ts +++ b/app/src/protyle/toolbar/index.ts @@ -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);