mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
b719f1260d
commit
f36a8721e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue