Files
MODSetter-SurfSense/surfsense_web
Matt Van Horn dbd1706811 fix(new-chat): remove unused _hasScrolledToCited state in source-detail-panel
The useState was declared but its value was never read in render
(only the setter was called). Each setter call scheduled a re-render
that changed nothing visible.

The actual scroll/highlight behavior is driven by hasScrolledRef
and setActiveChunkIndex; this state was effectively dead.

Closes #1249
2026-04-17 02:00:29 -04:00
..
2026-03-27 03:17:05 -07:00
2025-04-07 23:47:06 -07:00
2026-02-17 12:47:39 +05:30
2025-10-15 14:38:26 -07:00
2025-04-07 23:47:06 -07:00
2026-04-16 01:18:03 -07:00
2026-02-10 19:06:21 +05:30