🐛 Export PDF hangs on focus heading Fix https://github.com/siyuan-note/siyuan/issues/8239

This commit is contained in:
Liang Ding 2023-05-12 17:02:31 +08:00
parent 57d0ae7be8
commit d89b1192b9
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -631,6 +631,7 @@ func prepareExportTree(bt *treenode.BlockTree) (ret *parse.Tree) {
ret.Path = bt.Path
ret.HPath = bt.HPath
ret.Box = bt.BoxID
ret.ID = bt.RootID
return
}