When search with selection that contains multiple double quotes, ob will only escape only one quote

Steps to reproduce

  1. select text that contains space and multiple double quotes in document , e.g. e"f g"h
  2. press ctrl+shift+F to open search
  3. the search input will be "e\"f g"h" that it only escape the first quote, not escape the second one

Did you follow the troubleshooting guide? [Y/N]

Expected result

the search input will be "e\"f g\"h"

Actual result

the search input will be "e\"f g"h"

Environment

SYSTEM INFO:
Obsidian version: v1.8.10
Installer version: v1.7.4
Operating system: Windows 10 Pro 10.0.19045
Login status: not logged in
Language: zh
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information