Selaa lähdekoodia

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

Daniel 1 vuosi sitten
vanhempi
commit
fd22bbba7f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      kernel/conf/editor.go

+ 1 - 1
kernel/conf/editor.go

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