From 1fd3f92137391155be18881693b817ba600a9672 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 30 Jul 2025 11:24:57 +0800 Subject: [PATCH] :art: Improve status bar index creation information prompt https://github.com/siyuan-note/siyuan/issues/15390 --- kernel/model/file.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kernel/model/file.go b/kernel/model/file.go index 41dcb0a4b..67cf8c8b9 100644 --- a/kernel/model/file.go +++ b/kernel/model/file.go @@ -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 {