mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
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 |
||
|---|---|---|
| .. | ||
| chat-header.tsx | ||
| chat-share-button.tsx | ||
| document-mention-picker.tsx | ||
| model-selector.tsx | ||
| prompt-picker.tsx | ||
| source-detail-panel.tsx | ||