Clicking a skill shortcut replaces any text already typed in the input box, instead of appending to it.
Affected components:
GuidedPromptStarter.tsx (new session page)
SkillShortcutsPanel.tsx (existing conversation page)
Both call setInput(value) directly, discarding any existing input.
Steps to reproduce:
- Type some text in the input box
- Click a skill shortcut button
- The typed text is replaced by the skill prompt
Expected: The skill prompt is appended to the existing text.
Clicking a skill shortcut replaces any text already typed in the input box, instead of appending to it.
Affected components:
GuidedPromptStarter.tsx(new session page)SkillShortcutsPanel.tsx(existing conversation page)Both call
setInput(value)directly, discarding any existing input.Steps to reproduce:
Expected: The skill prompt is appended to the existing text.