🐛 Export PDF hangs on focus heading Fix https://github.com/siyuan-note/siyuan/issues/8239
This commit is contained in:
parent
57d0ae7be8
commit
d89b1192b9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue