From ea95093bab602aa6972f35f8cadbbe25b6a19150 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 2 Feb 2023 18:21:37 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E9=87=8D=E5=BB=BA=E7=B4=A2=E5=BC=95?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E4=BC=9A=E5=AF=BC=E8=87=B4=E5=86=85=E6=A0=B8?= =?UTF-8?q?=E5=B4=A9=E6=BA=83=20https://github.com/siyuan-note/siyuan/issu?= =?UTF-8?q?es/7238?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/box.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel/model/box.go b/kernel/model/box.go index f20a6d225..da4f83d61 100644 --- a/kernel/model/box.go +++ b/kernel/model/box.go @@ -518,7 +518,10 @@ func fullReindex() { treenode.SaveBlockTree(true) LoadFlashcards() runtime.GC() - util.PushStatusBar(Conf.Language(108)) + go func() { + time.Sleep(3 * time.Second) + util.PushStatusBar(Conf.Language(108)) + }() } func ChangeBoxSort(boxIDs []string) {