소스 검색

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

Liang Ding 2 년 전
부모
커밋
51eedd11eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/protyle/toolbar/index.ts

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