mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 15:26:18 -04:00
bkmark formatting
This commit is contained in:
parent
7ff2420a57
commit
cef6f101ca
|
|
@ -149,12 +149,9 @@ export class BookmarkFolderCompletionSource extends Completions.CompletionSource
|
|||
class BookmarkFolderCompletionOption
|
||||
extends Completions.CompletionOptionHTML
|
||||
implements Completions.CompletionOptionFuse {
|
||||
|
||||
fuseKeys = []
|
||||
|
||||
constructor(
|
||||
public value: string,
|
||||
) {
|
||||
constructor(public value: string) {
|
||||
super()
|
||||
this.fuseKeys.push(value)
|
||||
this.html = html`<tr class="BookmarkFolderCompletionOption option">
|
||||
|
|
|
|||
Loading…
Reference in a new issue