mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-06 13:44:36 +08:00
lint
This commit is contained in:
parent
f709c9010c
commit
cbcd0fea61
@ -53,7 +53,7 @@ export class EditConnectionModalComponent {
|
||||
baudratesAutocomplete = text$ => text$.pipe(
|
||||
debounceTime(200),
|
||||
distinctUntilChanged(),
|
||||
map(q => BAUD_RATES.filter(x => !q || x.toString().startsWith(q.toString())))
|
||||
map((q: string) => BAUD_RATES.filter(x => !q || x.toString().startsWith(q)))
|
||||
)
|
||||
|
||||
portsFormatter = port => {
|
||||
|
Loading…
Reference in New Issue
Block a user