mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-10 17:24:21 +01:00
⚡ 改进多个功能点的性能 https://github.com/siyuan-note/siyuan/issues/7177
This commit is contained in:
parent
5da5ae8818
commit
2b09ea75f0
7 changed files with 56 additions and 63 deletions
|
|
@ -190,7 +190,7 @@ func updateBlock(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
block, err := model.GetBlock(id)
|
||||
block, err := model.GetBlock(id, nil)
|
||||
if nil != err {
|
||||
ret.Code = -1
|
||||
ret.Msg = "get block failed: " + err.Error()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue