mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 01:08:49 +01:00
This commit is contained in:
parent
d43ea4a65e
commit
506c048eb3
1 changed files with 1 additions and 1 deletions
|
|
@ -587,7 +587,7 @@ export class Backlink extends Model {
|
|||
backlinkMOpenIds: [],
|
||||
backlinkMStatus: 3
|
||||
};
|
||||
if (data.mentionsCount === 0) {
|
||||
if (data.mentionsCount === 0 || window.siyuan.config.editor.backmentionExpandCount === -1) {
|
||||
this.status[this.blockId].backlinkMStatus = 3;
|
||||
} else {
|
||||
Array.from({length: window.siyuan.config.editor.backmentionExpandCount}).forEach((item, index) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue