🐛 标签名称存在包含关系时重命名标签会出现误修改 Fix https://github.com/siyuan-note/siyuan/issues/5816

This commit is contained in:
Liang Ding 2022-09-04 22:15:19 +08:00
parent 856b41b6c8
commit b25c0f9b94
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -128,7 +128,7 @@ func RenameTag(oldLabel, newLabel string) (err error) {
}
util.PushEndlessProgress(Conf.Language(110))
util.RandomSleep(1000, 2000)
util.RandomSleep(500, 1000)
tags := sql.QueryTagSpansByKeyword(oldLabel, 102400)
treeBlocks := map[string][]string{}