mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-31 22:08:48 +01:00
🎨 重复文档时不再等待数据库索引
This commit is contained in:
parent
3493365fb3
commit
83128d2fd8
1 changed files with 1 additions and 1 deletions
|
|
@ -904,7 +904,7 @@ func DuplicateDoc(rootID string) (ret *parse.Tree, err error) {
|
|||
|
||||
resetTree(ret, "Duplicated")
|
||||
createTreeTx(ret)
|
||||
sql.WaitForWritingDatabase()
|
||||
WaitForWritingFiles()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue