mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 11:58:49 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
701d4e8924
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue