🎨 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:24:57 +08:00
parent 9da208ec52
commit 1fd3f92137
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1306,6 +1306,10 @@ 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 {