Vanessa 2024-05-11 16:19:29 +08:00
parent d43ea4a65e
commit 506c048eb3

View file

@ -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) => {