Files
MODSetter-SurfSense/surfsense_web/components
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
2026-04-07 20:28:07 +02:00
2026-03-31 14:45:46 -07:00
2026-04-16 02:13:52 -07:00
2026-04-08 16:14:26 -07:00
2026-03-27 03:17:05 -07:00
2026-02-09 16:49:11 -08:00
2026-04-07 20:28:07 +02:00