⚡ 改进标题转换文档的性能 Fix https://github.com/siyuan-note/siyuan/issues/7263
This commit is contained in:
parent
6f701b6295
commit
e1ddf2ab71
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ func Heading2Doc(srcHeadingID, targetBoxID, targetPath string) (srcRootBlockID,
|
|||
}
|
||||
|
||||
box := Conf.Box(targetBoxID)
|
||||
headingText := sql.GetRefText(headingNode.ID)
|
||||
headingText := getNodeRefText(headingNode)
|
||||
headingText = util.FilterFileName(headingText)
|
||||
|
||||
moveToRoot := "/" == targetPath
|
||||
|
|
Loading…
Add table
Reference in a new issue