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
Reference in a new issue