Browse Source

:bug: Document dynamic loading is incomplete https://github.com/siyuan-note/siyuan/issues/8285 https://github.com/siyuan-note/siyuan/issues/8312

Liang Ding 2 năm trước cách đây
mục cha
commit
d420975c1f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      kernel/api/filetree.go

+ 1 - 1
kernel/api/filetree.go

@@ -710,7 +710,7 @@ func getDoc(c *gin.Context) {
 	if nil != startIDArg && nil != endIDArg {
 		startID = startIDArg.(string)
 		endID = endIDArg.(string)
-		size = 36
+		size = model.Conf.Editor.DynamicLoadBlocks
 	}
 	isBacklinkArg := arg["isBacklink"]
 	isBacklink := false