Skip to content

Commit

Permalink
remove todo about higlighting search results; it doesn't make sense a…
Browse files Browse the repository at this point in the history
…nymore as the search is fuzzy
  • Loading branch information
flbraun committed Nov 11, 2023
1 parent 49feb4d commit e5b1fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/palette.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const makePalette = (searchInput, resultlist) => {
result.onclick = (event) => { event.preventDefault(); window.electronAPI.externalUrlOpen(target) }

resultlist.appendChild(result)
/* todo highlight terms */
}

const navigateResult = (incr) => {
Expand Down

0 comments on commit e5b1fd9

Please sign in to comment.