mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 00:06:09 +01:00
This commit is contained in:
parent
f0750b29ca
commit
3f1cbb2d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -1230,7 +1230,7 @@ func AutoFixIndex() {
|
|||
var autoFixLock = sync.Mutex{}
|
||||
|
||||
func autoFixIndex() {
|
||||
if util.IsMutexLocked(&autoFixLock) {
|
||||
if util.IsMutexLocked(&autoFixLock) || isFullReindexing {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue