Remove throttleTime from bad merge

This commit is contained in:
Hugh Nimmo-Smith 2024-11-07 12:12:10 +00:00
parent 9bfd2e371c
commit 0760796024

View File

@ -43,7 +43,6 @@ import {
switchMap,
switchScan,
take,
throttleTime,
timer,
withLatestFrom,
} from "rxjs";
@ -644,7 +643,6 @@ export class CallViewModel extends ViewModel {
),
map((speaker) => speaker?.vm),
this.scope.state(),
throttleTime(1600, undefined, { leading: true, trailing: true }),
);
private readonly grid: Observable<UserMediaViewModel[]> = this.userMedia.pipe(