mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
🧑💻 Improve kernel API /api/block/updateBlock and /api/block/batchUpdateBlock https://github.com/siyuan-note/siyuan/issues/15301
This commit is contained in:
parent
049b4d4b4b
commit
70e31c71cc
9 changed files with 59 additions and 45 deletions
|
|
@ -68,7 +68,7 @@ func AutoSpace(rootID string) (err error) {
|
|||
newTree.Path = tree.Path
|
||||
newTree.HPath = tree.HPath
|
||||
newTree.Box = tree.Box
|
||||
err = writeTreeUpsertQueue(newTree)
|
||||
err = WriteTreeUpsertQueue(newTree)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue