mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +00:00
Clicking stop before the first assistant token streamed in deleted the triggering user message: handleStop unconditionally sliced off a trailing user message, which during the submitted/thinking window is the user's own message. Drop the slice so the message is preserved on stop. ENG-732 |
||
|---|---|---|
| .. | ||
| input | ||
| message | ||
| chat-empty-state.tsx | ||
| chat-graph-context-rail.tsx | ||
| home-chat-composer.tsx | ||
| index.tsx | ||
| model-selector.tsx | ||
| reasoning-selector.tsx | ||