mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Fix #838: remove errant space
This commit is contained in:
parent
e06516fec0
commit
e5d2be73eb
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export class HistoryCompletionSource extends Completions.CompletionSourceFuse {
|
|||
}
|
||||
|
||||
this.options = (await this.scoreOptions(query, 10)).map(
|
||||
page => new HistoryCompletionOption(options + " " + page.url, page),
|
||||
page => new HistoryCompletionOption(options + page.url, page),
|
||||
)
|
||||
|
||||
this.updateChain()
|
||||
|
|
Loading…
Add table
Reference in a new issue