mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Merge pull request #1344 from glacambre/fix_help_completions
completions/Help.ts: Fix completions not being properly deselected
This commit is contained in:
commit
cd99fe78c5
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ export class HelpCompletionSource extends Completions.CompletionSourceFuse {
|
|||
|
||||
public async filter(exstr: string) {
|
||||
this.lastExstr = exstr
|
||||
this.completion = undefined
|
||||
let [prefix, query] = this.splitOnPrefix(exstr)
|
||||
let options = ""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue