mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-22 20:40:08 +00:00
lint
This commit is contained in:
parent
9ac5286017
commit
aba773b546
@ -77,7 +77,7 @@ export class SelectorModalComponent<T> {
|
|||||||
).search(f)
|
).search(f)
|
||||||
|
|
||||||
this.options.filter(x => x.freeInputPattern).forEach(freeOption => {
|
this.options.filter(x => x.freeInputPattern).forEach(freeOption => {
|
||||||
if (freeOption && !this.filteredOptions.includes(freeOption)) {
|
if (!this.filteredOptions.includes(freeOption)) {
|
||||||
this.filteredOptions.push(freeOption)
|
this.filteredOptions.push(freeOption)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user