瀏覽代碼

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

Vanessa 8 月之前
父節點
當前提交
eb28a44022
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/src/dialog/processSystem.ts

+ 3 - 0
app/src/dialog/processSystem.ts

@@ -173,6 +173,9 @@ export const setDefRefCount = (data: {
 }) => {
     getAllEditor().forEach(editor => {
         if (data.rootID === data.blockID && editor.protyle.block.rootID === data.rootID) {
+            if (!editor.protyle.title) {
+                return;
+            }
             const attrElement = editor.protyle.title.element.querySelector(".protyle-attr");
             const countElement = attrElement.querySelector(".protyle-attr--refcount");
             if (countElement) {