From d420975c1f12c06bb10943430f1d297b6e0acc3c Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 19 May 2023 21:55:11 +0800 Subject: [PATCH] :bug: Document dynamic loading is incomplete https://github.com/siyuan-note/siyuan/issues/8285 https://github.com/siyuan-note/siyuan/issues/8312 --- kernel/api/filetree.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/api/filetree.go b/kernel/api/filetree.go index 4c43db32b..221c23b1b 100644 --- a/kernel/api/filetree.go +++ b/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