mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix completions/FileSystem.ts
Prettier broke it a long time ago.
This commit is contained in:
parent
331233b32e
commit
b54e08aa42
1 changed files with 2 additions and 4 deletions
|
@ -9,11 +9,9 @@ class FileSystemCompletionOption extends Completions.CompletionOptionHTML
|
|||
constructor(public value: string) {
|
||||
super()
|
||||
this.fuseKeys = [value]
|
||||
this.html = html`
|
||||
<tr class="FileSystemCompletionOption option">
|
||||
this.html = html`<tr class="FileSystemCompletionOption option">
|
||||
<td class="value">${value}</td>
|
||||
</tr>
|
||||
`
|
||||
</tr>`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue