mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 10:20:16 +01:00
🐛 Fix doc2heading issue https://github.com/siyuan-note/siyuan/issues/13225
This commit is contained in:
parent
923d4b8c1f
commit
8b882db317
2 changed files with 0 additions and 13 deletions
|
|
@ -29,8 +29,6 @@ import (
|
|||
|
||||
func ListItem2Doc(srcListItemID, targetBoxID, targetPath, previousPath string) (srcRootBlockID, newTargetPath string, err error) {
|
||||
FlushTxQueue()
|
||||
docConvertLock.Lock()
|
||||
defer docConvertLock.Unlock()
|
||||
|
||||
srcTree, _ := LoadTreeByBlockID(srcListItemID)
|
||||
if nil == srcTree {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue