mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-06 11:42:36 +08:00
🎨 Improve rename assets message pushing https://github.com/siyuan-note/siyuan/issues/11313
This commit is contained in:
parent
9ee10cc2d5
commit
abcb26ffb4
@ -797,7 +797,6 @@ func RenameAsset(oldPath, newName string) (err error) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
util.PushEndlessProgress(fmt.Sprintf(Conf.Language(70), filepath.Base(treeAbsPath)))
|
|
||||||
if !bytes.Contains(data, []byte(oldName)) {
|
if !bytes.Contains(data, []byte(oldName)) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user