Refactored instant loading and some other components

This commit is contained in:
squidfunk
2021-02-12 12:12:49 +01:00
parent 884330da3b
commit 9c9ea8a64d
33 changed files with 463 additions and 150 deletions

View File

@@ -28,7 +28,6 @@ import {
distinctUntilChanged,
distinctUntilKeyChanged,
map,
shareReplay,
switchMap
} from "rxjs/operators"
@@ -120,7 +119,6 @@ export function watchMain(
a.offset === b.offset &&
a.height === b.height &&
a.active === b.active
)),
shareReplay(1)
))
)
}