mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🐛 标签名称存在包含关系时重命名标签会出现误修改 Fix https://github.com/siyuan-note/siyuan/issues/5816
This commit is contained in:
parent
856b41b6c8
commit
b25c0f9b94
1 changed files with 1 additions and 1 deletions
|
|
@ -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{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue