Skip to content

Commit

Permalink
🎨 fix #11848
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jun 29, 2024
1 parent 7dbc546 commit 104b306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/search/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ ${getAttr(item)}
config.method === 0 ? `<div class="b3-list-item b3-list-item--focus" data-type="search-new">
<svg class="b3-list-item__graphic"><use xlink:href="#iconFile"></use></svg>
<span class="b3-list-item__text">
${window.siyuan.languages.newFile} <mark>${(element.querySelector("#searchInput") as HTMLInputElement).value}</mark>
${window.siyuan.languages.newFile} <mark>${escapeHtml((element.querySelector("#searchInput") as HTMLInputElement).value)}</mark>
</span>
<kbd class="b3-list-item__meta">${window.siyuan.languages.enterNew}</kbd>
</div>
Expand Down

0 comments on commit 104b306

Please sign in to comment.