Vanessa 2023-03-22 15:10:33 +08:00
parent b719f1260d
commit f36a8721e9

View File

@ -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);
}