Browse Source

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

Vanessa 2 năm trước cách đây
mục cha
commit
f36a8721e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/src/layout/dock/Backlink.ts

+ 1 - 1
app/src/layout/dock/Backlink.ts

@@ -586,7 +586,7 @@ export class Backlink extends Model {
                 }
             }
             if (data.linkRefsCount > 0) {
-                Array.from({length: window.siyuan.config.editor.backlinkExpandCount}).forEach((item, index) => {
+                Array.from({length: window.siyuan.config.editor.backmentionExpandCount}).forEach((item, index) => {
                     if (data.backlinks[index]) {
                         this.status[this.blockId].backlinkOpenIds.push(data.backlinks[index].id);
                     }