fix: Ensure space rendering in menu item titles

pull/9496/head
Bad3r 2023-05-28 02:05:11 -04:00 committed by Tienson Qin
parent f98ee65b8a
commit 607345fa87
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@
:options {:on-click
#(p/let [root (plugin-handler/get-ls-dotdir-root)]
(js/apis.openPath (str root "/preferences.json")))}}
{:title [:span.flex.items-center (ui/icon "bug") "Open " [:code " ~/.logseq"]]
{:title [:span.flex.items-center (ui/icon "bug") "Open\u00A0" [:code "~/.logseq"]]
:options {:on-click
#(p/let [root (plugin-handler/get-ls-dotdir-root)]
(js/apis.openPath root))}}]))