Skip to content

Commit

Permalink
Increase the intersection observer threshold
Browse files Browse the repository at this point in the history
Refs #2271
  • Loading branch information
kimrutherford committed Jan 2, 2025
1 parent f527f5b commit 59a246a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export class PomBaseUrlSerializer extends DefaultUrlSerializer {
imports: [
IntersectionObserverModule.forRoot({
debounce: 50,
threshold: 1,
threshold: 2,
autoRemove: true
} as IntersectionObserverConfig),
BrowserModule,
Expand Down

0 comments on commit 59a246a

Please sign in to comment.