Skip to content

Commit 01f5853

Browse files
timeout extended to 10ms to check SSG
1 parent 3134ca9 commit 01f5853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/reader/_components/main-page/posts-list/posts-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class PostsListComponent implements OnInit {
6565
}
6666

6767
private applyPrerenderingHack(): void {
68-
setTimeout(() => {}, 0);
68+
setTimeout(() => {}, 10);
6969
}
7070

7171
private initializeScrollingForMobileView(): void {

0 commit comments

Comments
 (0)