forked from cline/cline
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Description
Type
Bug
Problem / Value
Editing any prompt in Settings → Prompts does not activate the Save button. Users must click once to “wake” the button and then click again to persist changes, leading to confusion and accidental loss of edits.
Context
- App: 3.23.12
- Provider: OpenRouter
- Model: any
- Area: Settings → Prompts (textarea edits)
Reproduction
- Open Settings → Prompts
- Edit any prompt in the textarea
- Observe the Save button remains faded/inactive
- Click Save once → button appears active, but changes are not saved
- Click Save again → changes persist
- Navigate away and back to confirm actual save behavior
Expected
Save button activates immediately on content change and a single click persists the change.
Actual
Save button remains inactive after edit and requires two clicks to persist changes (first to activate, second to save).
Acceptance Criteria
- Save button enables on any prompt textarea change (e.g., input/change event)
- A single click saves the updated prompt
- Navigating away and back shows the saved content without extra clicks
- No regressions for other settings inputs
Notes
Consider debounced change handling if needed, but ensure clear enabled/disabled state tied to content diffs.
dosubot
Metadata
Metadata
Assignees
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done