mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-16 17:10:53 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
701d4e8924
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user