소스 검색

:art: https://github.com/siyuan-note/siyuan/issues/10644

Vanessa 1 년 전
부모
커밋
1e36fbf241
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/src/protyle/wysiwyg/enter.ts

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