🎨 No longer trim spaces for the keyword and replacement https://github.com/siyuan-note/siyuan/issues/9229 Fix https://github.com/siyuan-note/siyuan/issues/9229
This commit is contained in:
parent
752f28d699
commit
f98be60aa5
1 changed files with 1 additions and 3 deletions
|
@ -215,9 +215,7 @@ func FindReplace(keyword, replacement string, ids []string, paths, boxes []strin
|
|||
return
|
||||
}
|
||||
|
||||
keyword = strings.TrimSpace(keyword)
|
||||
replacement = strings.TrimSpace(replacement)
|
||||
|
||||
// No longer trim spaces for the keyword and replacement https://github.com/siyuan-note/siyuan/issues/9229
|
||||
if keyword == replacement {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue