mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-16 00:50:56 +08:00
This commit is contained in:
parent
b719f1260d
commit
f36a8721e9
@ -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…
Reference in New Issue
Block a user