mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 05:42:39 +02:00
Stagger setTimeout calls (50ms, 150ms, 300ms, 600ms, 1000ms) and the final state-update timer were never cleared when the panel was closed or unmounted, causing setState on unmounted component warnings. Added scrollTimersRef to track all timeout IDs and clear them when 'open' becomes false or on unmount. Fixes #1092 |
||
|---|---|---|
| .. | ||
| chat-header.tsx | ||
| chat-share-button.tsx | ||
| document-mention-picker.tsx | ||
| model-selector.tsx | ||
| prompt-picker.tsx | ||
| source-detail-panel.tsx | ||