tiptap: update katex empty message

This commit is contained in:
fantasticit 2022-06-05 00:20:28 +08:00
parent e928981c08
commit 42ec024279
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export const KatexWrapper = ({ node }) => {
text.trim() ? (
<span contentEditable={false} dangerouslySetInnerHTML={{ __html: formatText }}></span>
) : (
<span contentEditable={false}></span>
<span contentEditable={false}></span>
),
[text, formatText]
);