mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🐛 Document dynamic loading is incomplete https://github.com/siyuan-note/siyuan/issues/8285 https://github.com/siyuan-note/siyuan/issues/8312
This commit is contained in:
parent
e784f6662a
commit
d420975c1f
1 changed files with 1 additions and 1 deletions
|
|
@ -710,7 +710,7 @@ func getDoc(c *gin.Context) {
|
||||||
if nil != startIDArg && nil != endIDArg {
|
if nil != startIDArg && nil != endIDArg {
|
||||||
startID = startIDArg.(string)
|
startID = startIDArg.(string)
|
||||||
endID = endIDArg.(string)
|
endID = endIDArg.(string)
|
||||||
size = 36
|
size = model.Conf.Editor.DynamicLoadBlocks
|
||||||
}
|
}
|
||||||
isBacklinkArg := arg["isBacklink"]
|
isBacklinkArg := arg["isBacklink"]
|
||||||
isBacklink := false
|
isBacklink := false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue