Vanessa 2023-03-22 15:10:33 +08:00 committed by Liang Ding
parent f6c01fe41f
commit fa667aec0c
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

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