🎨 Improve status bar index creation information prompt https://github.com/siyuan-note/siyuan/issues/15390

This commit is contained in:
Daniel 2025-07-30 11:31:54 +08:00
parent 1fd3f92137
commit 7569fec509
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1306,10 +1306,6 @@ func MoveDocs(fromPaths []string, toBoxID, toPath string, callback interface{})
}
FlushTxQueue()
pushSQLInsertBlocksFTSMsg = true
defer func() {
pushSQLInsertBlocksFTSMsg = false
}()
luteEngine := util.NewLute()
count := 0
for fromPath, fromBox := range pathsBoxes {