소스 검색

:art: Improve backlink panel expansion configuration https://github.com/siyuan-note/siyuan/issues/11262

Daniel 1 년 전
부모
커밋
fd22bbba7f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      kernel/conf/editor.go

+ 1 - 1
kernel/conf/editor.go

@@ -86,7 +86,7 @@ func NewEditor() *Editor {
 		Justify:                         false,
 		RTL:                             false,
 		BacklinkExpandCount:             8,
-		BackmentionExpandCount:          8,
+		BackmentionExpandCount:          -1,
 		Markdown:                        util.MarkdownSettings,
 	}
 }