Revert "🧑‍💻 Improve kernel API /api/block/updateBlock and /api/block/batchUpdateBlock https://github.com/siyuan-note/siyuan/issues/15301"

This reverts commit d7c95e1b49f753ab5231d4ba98c2dcf3578067da.
This commit is contained in:
Daniel 2025-07-16 10:01:37 +08:00
parent 858c7e7618
commit 0d3df5d449
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
12 changed files with 149 additions and 94 deletions

View file

@ -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
}