Skip to content

Commit

Permalink
🎨 #7743
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Mar 22, 2023
1 parent b719f12 commit f36a872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/layout/dock/Backlink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit f36a872

Please sign in to comment.