This commit is contained in:
Daniel 2024-12-12 11:04:47 +08:00
parent 923d4b8c1f
commit 8b882db317
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 0 additions and 13 deletions

View file

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