🐛 折叠标题移动到下方后触发状态异常并导致数据丢失 Fix https://github.com/siyuan-note/siyuan/issues/7163

This commit is contained in:
Liang Ding 2023-01-26 01:19:06 +08:00
parent b3edfec60e
commit 373f6b16e2
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D

View File

@ -507,7 +507,7 @@ func FullReindex() {
}
func fullReindex() {
util.PushMsg(Conf.Language(35), 60*1000*10)
util.PushMsg(Conf.Language(35), 7*1000)
WaitForWritingFiles()
if err := sql.InitDatabase(true); nil != err {