From 1e36fbf241b52f07dcacb2bbd129ce7af79fcc8b Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 18 Mar 2024 18:21:42 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/10644 --- app/src/protyle/wysiwyg/enter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/protyle/wysiwyg/enter.ts b/app/src/protyle/wysiwyg/enter.ts index 636a4cab9..7f2b3ec3f 100644 --- a/app/src/protyle/wysiwyg/enter.ts +++ b/app/src/protyle/wysiwyg/enter.ts @@ -95,6 +95,7 @@ export const enter = (blockElement: HTMLElement, range: Range, protyle: IProtyle } } else { protyle.toolbar.showRender(protyle, blockElement); + processRender(blockElement); } updateTransaction(protyle, blockElement.getAttribute("data-node-id"), blockElement.outerHTML, oldHTML); return true;