mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Update History.ts
Fixed accidentally deleted whitespace
This commit is contained in:
parent
67c11d66ff
commit
d8a7343a1b
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class HistoryCompletionOption extends Completions.CompletionOptionHTML
|
||||||
|
|
||||||
// Push properties we want to fuzmatch on
|
// Push properties we want to fuzmatch on
|
||||||
this.fuseKeys.push(page.title, page.url) // weight by page.visitCount
|
this.fuseKeys.push(page.title, page.url) // weight by page.visitCount
|
||||||
|
|
||||||
// Create HTMLElement
|
// Create HTMLElement
|
||||||
// need to download favicon
|
// need to download favicon
|
||||||
const favIconUrl = Completions.DEFAULT_FAVICON
|
const favIconUrl = Completions.DEFAULT_FAVICON
|
||||||
|
|
Loading…
Add table
Reference in a new issue