Skip to content

Commit

Permalink
🎨 #11262
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed May 11, 2024
1 parent d43ea4a commit 506c048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/layout/dock/Backlink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 506c048

Please sign in to comment.