mirror of
https://github.com/eugeny/tabby
synced 2026-08-25 07:16:37 +00:00
lint
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user