mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 11:26:24 +02:00
Browsers wait for scroll/touch listeners to finish to check if preventDefault() is called, which delays scrolling. Since these handlers (navbar scroll detection, click-outside detection, and onboarding tour position updates) never call preventDefault(), marking them as passive lets the browser scroll without waiting. Fixes #1053 |
||
|---|---|---|
| .. | ||
| cta.tsx | ||
| features-bento-grid.tsx | ||
| features-card.tsx | ||
| footer-new.tsx | ||
| github-stars-badge.tsx | ||
| hero-section.tsx | ||
| integrations.tsx | ||
| navbar.tsx | ||
| use-cases-grid.tsx | ||