Skip to content

Commit

Permalink
🎨 Improve backlink panel expansion configuration #11262
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed May 11, 2024
1 parent 722665a commit fd22bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/conf/editor.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func NewEditor() *Editor {
Justify: false,
RTL: false,
BacklinkExpandCount: 8,
BackmentionExpandCount: 8,
BackmentionExpandCount: -1,
Markdown: util.MarkdownSettings,
}
}

0 comments on commit fd22bbb

Please sign in to comment.