client/src/app/core/routing/scroll.service.ts
Function produceScroll
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private produceScroll () {
// When we add the a-state parameter, we don't want to alter the scroll
this.peertubeRouter.getNavigationEndEvents().pipe(pairwise())
.subscribe(([ e1, e2 ]) => {
try {