This commit is contained in:
Liang Ding 2023-05-19 21:55:11 +08:00
parent e784f6662a
commit d420975c1f
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -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