mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Add source filesystem completion
This commit is contained in:
parent
698fc6ad36
commit
25af877622
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export class FileSystemCompletionSource extends Completions.CompletionSourceFuse
|
|||
public options: FileSystemCompletionOption[]
|
||||
|
||||
constructor(private _parent) {
|
||||
super(["saveas"], "FileSystemCompletionSource", "FileSystem")
|
||||
super(["saveas", "source"], "FileSystemCompletionSource", "FileSystem")
|
||||
|
||||
this._parent.appendChild(this.node)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue