mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🐛 折叠标题移动到下方后触发状态异常并导致数据丢失 Fix https://github.com/siyuan-note/siyuan/issues/7163
This commit is contained in:
parent
b3edfec60e
commit
373f6b16e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue