mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-04 00:02:49 +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
|
||||
}
|
||||
|
||||
util.PushEndlessProgress(fmt.Sprintf(Conf.Language(70), filepath.Base(treeAbsPath)))
|
||||
if !bytes.Contains(data, []byte(oldName)) {
|
||||
continue
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user